Numpy-MKL for OS X

I like to use the Christoph Gohlkenumpy-MKL version NumPyassociated with the Intel Mathematical Core Library in Windows. However, I was unable to find a similar version for OS X, preferably NumPy 1.7, bundled for Python 3.3 on Mountain Lion. Does anyone know where this can be obtained?

EDIT:

So, after a little hunting, I found this link to evaluate Intel Composer XE2013 studios for C ++ and Fortran (both of which contain MKL), as well as a tutorial on creating NumPy and SciPy with this, so this will serve for now. However, the question remains: is there a frequently updated archive for OS X similar to Christophe Golke? If not, why not? :)

+5
source share
2 answers

Intel released its MKL under a community license that is free, with limited technical support. Community MKLs are currently available for Linux and Windows, and are expected to be available soon for Mac OS X.

https://software.intel.com/en-us/comment/1839012

In one of my last webinars, I asked for their plans for Mac OS X MKL under a community license. They say it soon.

Update 2:

Continuum provides Anaconda Python with Intel MKL support for all platforms.

https://www.anaconda.com/blog/developer-blog/anaconda-25-release-now-mkl-optimizations/

Intel even simplifies compiling and connecting to MKL from the Anaconda Python distribution.

https://software.intel.com/en-us/articles/using-intel-distribution-for-python-with-anaconda

Update:

, Intel Python, -.

https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/581593

+4

, , , , : anaconda. $29,00 , mkl numpy + scipy.

+3

All Articles