[SciPy-user] build error related to fblas.so on OSX

Bob Ippolito bob at redivi.com
Mon Nov 3 19:04:30 EST 2003


On Nov 3, 2003, at 6:58 PM, Christopher Fonnesbeck wrote:

> Great, thanks!  Can I specify this flag on the command line when I 
> call python setup install?

Um..  it should probably go in the extra_compile_args argument of the 
Extension(...) in the setup.py.  But maybe if you don't want to do 
that, then "setenv CFLAGS -faltivec" (this is tcsh syntax) before 
compiling that may do the trick.

-bob



More information about the SciPy-User mailing list