shunwang / numexpr

Automatically exported from code.google.com/p/numexpr
MIT License
0 stars 0 forks source link

can't build with vml on linux #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Installed current mkl 11.0.1.117

Used:
------
site.cfg:
library_dirs = /opt/intel/mkl/lib/intel64/:/opt/intel/lib/intel64
include_dirs =  /opt/intel/mkl/include/
mkl_libs = mkl_intel_ilp64, mkl_intel_thread, mkl_core, iomp5

Without iomp5, build succeeds, but on import numexpr I have undefined symbol.  
I found the symbol was defined in iomp5.  But adding it the build now fails.

mkl_info:
  libraries mkl_intel_ilp64,mkl_intel_thread,mkl_core,iomp5 not found in /opt/intel/mkl/lib/intel64/
  libraries mkl_intel_ilp64,mkl_intel_thread,mkl_core,iomp5 not found in /opt/intel/lib/intel64
  NOT AVAILABLE

The lib files and paths are correct:

/opt/intel/lib/intel64:
  total used in directory 42120 available 38862464
...
  -rwxr-xr-x 1 root root  1147696 Oct 15 04:07 libiomp5.so

Original issue reported on code.google.com by ndbeck...@gmail.com on 8 Nov 2012 at 3:06

GoogleCodeExporter commented 9 years ago
In 2.1 this should work.  Closing.

Original comment by fal...@gmail.com on 26 Apr 2013 at 11:52