Skip to content
Snippets Groups Projects
Commit 3399dc85 authored by Sebastian Achilles's avatar Sebastian Achilles Committed by Tom Ridley
Browse files

Add numexpr EasyBlock

parent 9e6ea3c4
Branches
Tags
No related merge requests found
...@@ -85,7 +85,8 @@ class EB_numexpr(PythonPackage): ...@@ -85,7 +85,8 @@ class EB_numexpr(PythonPackage):
] ]
mkl_include_dirs = os.path.join( mkl_include_dirs = os.path.join(
self.imkl_root, 'mkl', 'latest', 'include') self.imkl_root, 'mkl', 'latest', 'include')
mkl_libs = ['mkl_rt', mkl_vml_lib] mkl_libs = ['mkl_intel_lp64',
'mkl_intel_thread', 'mkl_core', 'iomp5']
else: else:
mkl_lib_dirs = [ mkl_lib_dirs = [
os.path.join(self.imkl_root, 'mkl', 'lib', 'intel64'), os.path.join(self.imkl_root, 'mkl', 'lib', 'intel64'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment