Output directory Spack is looking in for MKL libs (#13465)
This commit is contained in:
parent
283b3e601c
commit
b4e027e918
1 changed files with 2 additions and 1 deletions
|
@ -786,7 +786,8 @@ def blas_libs(self):
|
|||
debug_print(mkl_libs)
|
||||
|
||||
if len(mkl_libs) < 3:
|
||||
raise_lib_error('Cannot locate core MKL libraries:', mkl_libnames)
|
||||
raise_lib_error('Cannot locate core MKL libraries:', mkl_libnames,
|
||||
'in:', self.component_lib_dir('mkl'))
|
||||
|
||||
# The Intel MKL link line advisor recommends these system libraries
|
||||
system_libs = find_system_libraries(
|
||||
|
|
Loading…
Reference in a new issue