Skip to content
Snippets Groups Projects
Unverified Commit 06e82edf authored by Satish Balay's avatar Satish Balay Committed by GitHub
Browse files

hypre: add a modified superlu-dist patch for @:2.14.0 (#11032)

parent a6511fba
Branches
Tags
No related merge requests found
...@@ -52,7 +52,8 @@ class Hypre(Package): ...@@ -52,7 +52,8 @@ class Hypre(Package):
# Patch to build shared libraries on Darwin # Patch to build shared libraries on Darwin
patch('darwin-shared-libs-for-hypre-2.13.0.patch', when='+shared@2.13.0 platform=darwin') patch('darwin-shared-libs-for-hypre-2.13.0.patch', when='+shared@2.13.0 platform=darwin')
patch('darwin-shared-libs-for-hypre-2.14.0.patch', when='+shared@2.14.0 platform=darwin') patch('darwin-shared-libs-for-hypre-2.14.0.patch', when='+shared@2.14.0 platform=darwin')
patch('superlu-dist-link.patch') patch('superlu-dist-link-2.15.0.patch', when='+superlu-dist @2.15:')
patch('superlu-dist-link-2.14.0.patch', when='+superlu-dist @:2.14.0')
depends_on("mpi", when='+mpi') depends_on("mpi", when='+mpi')
depends_on("blas") depends_on("blas")
......
diff --git a/src/lib/Makefile b/src/lib/Makefile
index 72875e2..3edc564 100644
--- a/src/lib/Makefile
+++ b/src/lib/Makefile
@@ -58,7 +58,7 @@ $(BLASFILES)\
$(LAPACKFILES)
SONAME = libHYPRE-${HYPRE_RELEASE_VERSION}.so
-SOLIBS = ${MPILIBDIRS} ${MPILIBS} ${LAPACKLIBDIRS} ${LAPACKLIBS}\
+SOLIBS = ${DSUPERLU_LIBS} ${MPILIBDIRS} ${MPILIBS} ${LAPACKLIBDIRS} ${LAPACKLIBS}\
${BLASLIBDIRS} ${BLASLIBS} ${LIBS} ${FLIBS}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment