April 20, 2004
12:11 p.m.
On Tue, 20 Apr 2004, Travis N. Vaught wrote:
travo@scipy.org wrote:
Log Message: Added cobyla interface to optimize.
Are we missing a file that you still need to checkin? The nightly build for windows gives:
building extension "scipy.optimize._cobyla" sources assert os.path.isfile(target_file),`target_file`+' missing' AssertionError: 'Lib\\optimize\\cobyla\\_cobylamodule.c' missing
The nightly build logs are available here:
I just tried building scipy from CVS both on Linux and Windows XP boxes, they worked ok. Note that _cobylamodule.c is generated by f2py and it should end up in build\src\optimize\cobyla directory. Maybe you have old _cobylamodule.c in your source tree that confused scipy_distutils somehow? Try fresh cvs checkout. Pearu