Hi Andrew.
Let's see if we can get to the bottom of this.
I'm really no expert here.

On 10/16/2012 09:01 PM, Andrew Godbehere wrote:
otools (as opposed to ldd) on arrayfuncs.so yields:
(1) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0) (2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0)

I'm hoping this isn't an issue with OSX Accelerate.

arrayfuncs.so was built as follows:

/usr/bin/clang -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.8-x86_64-2.7/sklearn/utils/arrayfuncs.o -Lbuild/temp.macosx-10.8-x86_64-2.7 -lcblas -lm -o sklearn/utils/arrayfuncs.so -Wl,-framework -Wl,Accelerate

Err. Has any one tried building with clang yet? But I guess that's not the problem ;)
I would have expected some atlas linker flags.
Do you by any chance know where
_ATL_drotg is defined? I have drotg from cblas and it is defined in cblas.so. So I would guess some linker flag is missing.

Also, could you please run:

|from numpy.distutils.system_info import get_info; print get_info('blas_opt', 0)|

This should tell us what numpy things are good compiler flags.

Andy
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to