intel-parallel-studio: fix location of MKL libs
This commit is contained in:
parent
a5fb33b0e4
commit
a8e40bf803
@ -86,7 +86,7 @@ def blas_libs(self):
|
||||
# TODO: TBB threading: ['libmkl_tbb_thread', 'libtbb', 'libstdc++']
|
||||
mkl_libs = find_libraries(
|
||||
mkl_integer + ['libmkl_core'] + mkl_threading,
|
||||
root=join_path(self.prefix.lib, 'intel64'),
|
||||
root=join_path(self.prefix, 'mkl', 'lib', 'intel64'),
|
||||
shared=shared
|
||||
)
|
||||
system_libs = [
|
||||
|
Loading…
Reference in New Issue
Block a user