[NumPy-Tickets] [NumPy] #1504: Numpy Can't Link Against 64 bit threaded MKL libraries
NumPy Trac
numpy-tickets@scipy....
Thu Mar 3 00:52:14 CST 2011
#1504: Numpy Can't Link Against 64 bit threaded MKL libraries
-----------------------------------+----------------------------------------
Reporter: SevenThunders | Owner: somebody
Type: defect | Status: needs_info
Priority: normal | Milestone: 2.0.0
Component: Other | Version: 1.4.0
Keywords: mkl undefined symbols |
-----------------------------------+----------------------------------------
Changes (by rgommers):
* status: new => needs_info
Comment:
The problem may be in your site.cfg. Compare the two paths in library_dirs
with the lapack_lite.so link line: you'll see that the second path is
missing. The solution is probably to replace the colon with a comma as
path separator in site.cfg. See also commit:6439e35e.
Enthought as well as Christoph Gohlke are building regular binaries for
numpy and scipy with MKL, so it's probably not a distutils bug. Let me
know if the above fixes your issue.
Also, a new released version of Numscons is available on Pypi now.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1504#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list