summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-03-24 02:54:43 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2016-03-24 02:54:43 -0700
commit7cf1b7ed51bae677f60d61f5f9db40b98df5dc6b (patch)
treebf68869bddeabd2cfae02ff130476681d0e32f46
parent1306cdd998052dc235cd0329b39d011f3c0b9da9 (diff)
parent5b3c96a9bb0ba6501512c93dcdb26510e796314e (diff)
downloadspack-7cf1b7ed51bae677f60d61f5f9db40b98df5dc6b.tar.gz
spack-7cf1b7ed51bae677f60d61f5f9db40b98df5dc6b.tar.bz2
spack-7cf1b7ed51bae677f60d61f5f9db40b98df5dc6b.tar.xz
spack-7cf1b7ed51bae677f60d61f5f9db40b98df5dc6b.zip
Merge pull request #613 from davydden/superlu_dist_fix_lib
fix superlu-dist lib installation
-rw-r--r--var/spack/repos/builtin/packages/superlu-dist/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/superlu-dist/package.py b/var/spack/repos/builtin/packages/superlu-dist/package.py
index c4c76909b3..9a94de8ba5 100644
--- a/var/spack/repos/builtin/packages/superlu-dist/package.py
+++ b/var/spack/repos/builtin/packages/superlu-dist/package.py
@@ -54,6 +54,7 @@ class SuperluDist(Package):
# need to install by hand
headers_location = join_path(self.prefix.include,'superlu_dist')
mkdirp(headers_location)
+ mkdirp(prefix.lib)
# FIXME: fetch all headers in the folder automatically
for header in ['Cnames.h','cublas_utils.h','dcomplex.h','html_mainpage.h','machines.h','old_colamd.h','psymbfact.h','superlu_ddefs.h','superlu_defs.h','superlu_enum_consts.h','superlu_zdefs.h','supermatrix.h','util_dist.h']:
superludist_header = join_path(self.stage.source_path, 'SRC/',header)