[NumPy-Tickets] [NumPy] #1381: Linker flags for MKL library are not set correctly
NumPy Trac
numpy-tickets@scipy....
Thu Jan 28 10:19:16 CST 2010
#1381: Linker flags for MKL library are not set correctly
-----------------------------+----------------------------------------------
Reporter: neinhues | Owner: cdavid
Type: defect | Status: new
Priority: normal | Milestone: 1.5.0
Component: numpy.distutils | Version: 1.4.0
Keywords: MKL Intel |
-----------------------------+----------------------------------------------
In
numpy-1.4.0/numpy/distutils/system_info.py
somebody tried to link both against 32 and 64bit libraries which
does not work. A patch is attached.
Please note: Using the MKL libraries with numpy *only* works if
Python is also linked against the MKL libraries.
The reason is that the MKL libraries don't work for dl-opened libraries
like Python extensions
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1381>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list