[NumPy-Tickets] [NumPy] #2234: numpy 1.7.0b2 don't works with intel MKL
NumPy Trac
numpy-tickets@scipy....
Fri Oct 19 09:37:00 CDT 2012
#2234: numpy 1.7.0b2 don't works with intel MKL
----------------------------------+-----------------------------------------
Reporter: bred | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 1.7.0
Component: numpy.core | Version: devel
Keywords: mkl undefined symbol |
----------------------------------+-----------------------------------------
I've tried to compile numpy 1.7.0 with Intel MKL, the compilation works
fine.
But if I start an application or I try to compile scipy as a result it
returns this error:
{{{
import multiarray
ImportError: /usr/lib/python2.7/site-packages/numpy/core/multiarray.so:
undefined symbol: __intel_ssse3_rep_memcpy
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2234>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list