summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-10-28 11:46:59 -0500
committerGitHub <noreply@github.com>2019-10-28 11:46:59 -0500
commitb4e027e91888f09badfa20de0d346b983406872f (patch)
tree0a43341e7901372ae135dfe8228952eacdf57c3a /lib
parent283b3e601ce17eff8b88bc63053dbc31ebb92e58 (diff)
downloadspack-b4e027e91888f09badfa20de0d346b983406872f.tar.gz
spack-b4e027e91888f09badfa20de0d346b983406872f.tar.bz2
spack-b4e027e91888f09badfa20de0d346b983406872f.tar.xz
spack-b4e027e91888f09badfa20de0d346b983406872f.zip
Output directory Spack is looking in for MKL libs (#13465)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/build_systems/intel.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/spack/spack/build_systems/intel.py b/lib/spack/spack/build_systems/intel.py
index 858b4e37fb..524f3d8946 100644
--- a/lib/spack/spack/build_systems/intel.py
+++ b/lib/spack/spack/build_systems/intel.py
@@ -786,7 +786,8 @@ class IntelPackage(PackageBase):
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(