Hi,

I've uploaded the binaries here:

https://sourceforge.net/projects/numpy/files/NumPy/1.7.0beta/

The only thing that's missing are Mac binaries, otherwise everything
else is there.
Here is the full log from the build (you have to click on "View Raw"
as the log is long):

https://gist.github.com/3352057

What is the best way to test, that they indeed were built with the
atlas from the "vendor" repository?
The relevant part of the log says:

[127.0.0.1:2222] out: lapack_info:
[127.0.0.1:2222] out:   FOUND:
[127.0.0.1:2222] out:     libraries = ['lapack']
[127.0.0.1:2222] out:     library_dirs = ['C:\\local\\lib\\yop\\nosse']
[127.0.0.1:2222] out:     language = f77

[127.0.0.1:2222] out:   FOUND:
[127.0.0.1:2222] out:     libraries = ['lapack', 'blas']
[127.0.0.1:2222] out:     library_dirs = ['C:\\local\\lib\\yop\\nosse']
[127.0.0.1:2222] out:     define_macros = [('NO_ATLAS_INFO', 1)]
[127.0.0.1:2222] out:     language = f77

and

[127.0.0.1:2222] out:   FOUND:
[127.0.0.1:2222] out:     libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
[127.0.0.1:2222] out:     library_dirs = ['C:\\local\\lib\\yop\\sse2']
[127.0.0.1:2222] out:     language = f77
[127.0.0.1:2222] out:     define_macros = [('NO_ATLAS_INFO', -1)]

and

[127.0.0.1:2222] out:   FOUND:
[127.0.0.1:2222] out:     libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
[127.0.0.1:2222] out:     library_dirs = ['C:\\local\\lib\\yop\\sse3']
[127.0.0.1:2222] out:     language = f77
[127.0.0.1:2222] out:     define_macros = [('NO_ATLAS_INFO', -1)]


So that seems that it found it, correct?

Ondrej
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to