13 Jun
2014
13 Jun
'14
12:45 p.m.
On 13.06.2014 14:07, Matthew Brett wrote:
Hi,
Summary : I'm planning to upload OSX wheels for numpy and scipy using the ATLAS blas / lapack library instead of the default OSX Accelerate framework.
hi, thanks for doing this. Have you built a generic atlas binary? atlas tunes it self to the capabilities of the machine its building on. So if the machine used to create be binary is newer than the oldest mac machine we want to support it can produce errors due to the use of illegal instructions (avx/sse4 etc.) So far I know the unknown machine type will produce a somewhat generic binary (but not for ARM).