[Numpy-discussion] Intel MKL on Core2 system
Francesc Alted
faltet at pytables.org
Thu Mar 12 11:11:05 EDT 2009
A Thursday 12 March 2009, Ryan May escrigué:
> I can get it working now with either the [mkl] section like your
> config or the following config:
>
> [DEFAULT]
> include_dirs = /opt/intel/mkl/10.0.2.018/include/
> library_dirs = /opt/intel/mkl/10.0.2.018/lib/em64t/:/usr/lib
^^^^^^^^^
I see that you are using a multi-directory path here. My understanding
was that this is not supported by numpy.distutils, but apparently it
worked for you (?), or if you get rid of the ':/usr/lib' trailing part
of library_dirs it works ok too?
--
Francesc Alted
More information about the NumPy-Discussion
mailing list