Re: [SciPy-user] more OSX build problems
Make sure the following is in your CFLAGS environmental variable: -framework vecLib in fact, my CFLAGS looks like this: -faltivec -lcc_dynamic -framework vecLib Let me know if this does not help. C. On Dec 19, 2003, at 2:04 PM, John Hunter wrote:
"Christopher" == Christopher Fonnesbeck <chris@fonnesbeck.org> writes:
Christopher> The only one you will have to install explicitly is Christopher> f2py; ATLAS, LAPACK and fftw are available when you Christopher> install the developer tools.
Hi Christopher,
I've been trying to build scipy on OSX. I am not clear on how the ATLAS / LAPACK / BLAS thing is supposed to work. I have /System/Library/Frameworks/vecLib.framework on my system, but do no see liblapack or libatlas or libblas. If these libs are contained in vecLib, as was suggested in your post, how do I make scipy aware of them?
I have spent a fair amount of time following the links at http://developer.apple.com/documentation/ReleaseNotes/MacOSX/ vecLib.html but do not see anything to download that looks like it has blas, lapack and atlas.
Also, miriam:/System/Library/Frameworks/vecLib.framework> du 1280 ./Versions/A/Headers 8 ./Versions/A/Resources/English.lproj 24 ./Versions/A/Resources 1928 ./Versions/A 1936 ./Versions 1960 .
is too small to contain atlas, lapack and blas
On my linux box, liblapack with ATLAS built in is 5MB + .
Thanks for any help, JDH
-- Christopher J. Fonnesbeck ( c h r i s @ f o n n e s b e c k . o r g ) Georgia Cooperative Fish & Wildlife Research Unit, University of Georgia
My pet project continues. Latest cvs. I don't get very far. with python setup.py build --compiler=mingw32 I get the following. Something's not being found, but I haven't been able to figure out what. TIA for any help, -gary ---------------------------------------------------------------------------- --------- SciPy Core Version 0.2.1_alpha_21.1020 running build running build_py package init file 'C:\Documents and Settings\Gary Pajer\My Documents\cvs\scipy\s cipy_core\scipy_base\tests\__init__.py' not found (or not a regular file) package init file 'C:\Documents and Settings\Gary Pajer\My Documents\cvs\scipy\s cipy_core\scipy_base\tests\__init__.py' not found (or not a regular file) running build_ext building 'scipy_base.fastumath' extension writing c:\documents and settings\gary pajer\my documents\cvs\scipy\scipy_core\s cipy_base\fastumath.def C:\PYTHON23\Enthought\MingW\bin\gcc.exe -mno-cygwin -shared -s "c:\documents and settings\gary pajer\my documents\cvs\scipy\scipy_core\scipy_base\fastumathmodul e.o" "c:\documents and settings\gary pajer\my documents\cvs\scipy\scipy_core\sci py_base\isnan.o" "c:\documents and settings\gary pajer\my documents\cvs\scipy\sc ipy_core\scipy_base\fastumath.def" -LC:\PYTHON23\libs -LC:\PYTHON23\PCBuild -lpy thon23 -o build\lib.win32-2.3\scipy_base\fastumath.pyd c:\documents and settings\gary pajer\my documents\cvs\scipy\scipy_core\scipy_bas e\fastumathmodule.o(.text+0x15b2):fastumathmodule.c: undefined reference to `_im p__PyExc_ValueError' [a dozen or so similar errors removed ...] error: command 'gcc' failed with exit status 1 Traceback (most recent call last): File "setup.py", line 127, in ? setup_package(ignore_packages) File "setup.py", line 77, in setup_package assert not s,'failed on scipy_core' AssertionError: failed on scipy_core ---------------------------------------------------------------------------- -------------
participants (2)
-
Christopher Fonnesbeck
-
Gary Pajer