Does anyone else have instructions for getting the current (as of July 2016) versions of MKL and NumPy/SciPy working together on OS X? I've tried the suggested flags in the site.cfg, but the build ends up compiling against the Accelerate framework instead of MKL. Also, I'm using clang and MacPorts gfortran.
Asked
Active
Viewed 155 times
0
-
1anaconda ships numpy/scipy with mkl by default. – cel Jul 23 '16 at 18:58
-
So I've heard, but a lot of my current setup relies on the MacPorts installation, and I'm leery about switching everything over. – user2379888 Jul 23 '16 at 19:07