[SciPy-dev] Bug in setup_optimize.py

Nils Wagner nwagner at mecha.uni-stuttgart.de
Fri Oct 7 04:19:05 EDT 2005


    config.add_extension('_cobyla',
                         sources=[join('cobyla',x) for x in ['cobyla.pyf',
                                                             'cobyla2.f',
                                                             'trstlp,f']])

It should be trstlp.f


gcc options: '-pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC'
error: unknown file type '' (from 'cobyla/trstlp,f')

Nils
 




More information about the SciPy-Dev mailing list