[SciPy-user] Have I been given up on? (Was: In need of an OS 10.4.8-compatible Universal binary)

Steve Lianoglou lists.steve at arachnedesign.net
Wed Nov 15 15:03:59 EST 2006


Well .. I'm not quite sure where to go from here, or how far you've  
gotten w/ everything:

>> I do:
>>
>>     $ python setup.py build_src build_clib --fcompiler=gnu95  
>> build_ext
>> --fcompiler=gnu95 build

What happens if you don't add any of that garbage, just do a

$ python setup.py build
$ sudo python setup.py install

Does *that* at least work?

I'm not sure, I think scipy is correctly using my fortran compiler  
(gfortran) and I'm not doing anything special .. I'm also on an intel- 
mac

Have you cleaned out your build/ directories so as to not get any  
surprises? You should def. do that.

Does numpy work for you when you build it alone?


-steve



More information about the SciPy-User mailing list