Output directory Spack is looking in for MKL libs (#13465)

This commit is contained in:
Adam J. Stewart 2019-10-28 11:46:59 -05:00 committed by GitHub
parent 283b3e601c
commit b4e027e918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(