[SciPy-dev] Re: [Scipy-cvs] world/scipy/Lib/optimize cobyla.py, setup_optimize.py, 1.10, 1.11

Pearu Peterson pearu at cens.ioc.ee
Tue Apr 20 08:11:02 EDT 2004


On Tue, 20 Apr 2004, Travis N. Vaught wrote:

> travo at 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:
> 
> http://www.scipy.org/development/scoreboard.html

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




More information about the SciPy-Dev mailing list