[SciPy-dev] Absoft & Scipy

Pearu Peterson pearu at scipy.org
Thu Feb 3 16:35:21 EST 2005



On Thu, 3 Feb 2005, Stephen Walton wrote:

> Pearu Peterson wrote:
>
>>   python setup.py build_ext -DUNDERSCORE_G77 build
>
> I tried this with F2PY 2.45.241_1936 and scipy 0.3.3_302.4564 and got:
>
> running build_ext
...
> TypeError: Extension "scipy.linalg.fblas" sources contains unresolved items 
> (call build_src before build_ext).
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - hint!

So, try

   python setup.py build_src build_ext -DUNDERSCORE_G77 build

Pearu




More information about the SciPy-Dev mailing list