14 lines
441 B
Diff
14 lines
441 B
Diff
diff --git a/src/lib/Makefile b/src/lib/Makefile
|
|
index f49d1683..615947b0 100644
|
|
--- a/src/lib/Makefile
|
|
+++ b/src/lib/Makefile
|
|
@@ -58,7 +58,7 @@ $(BLASFILES)\
|
|
$(LAPACKFILES)
|
|
|
|
SONAME = libHYPRE-${HYPRE_RELEASE_VERSION}${HYPRE_LIB_SUFFIX}
|
|
-SOLIBS = ${MPILIBDIRS} ${MPILIBS} ${LAPACKLIBDIRS} ${LAPACKLIBS}\
|
|
+SOLIBS = ${DSUPERLU_LIBS} ${MPILIBDIRS} ${MPILIBS} ${LAPACKLIBDIRS} ${LAPACKLIBS}\
|
|
${BLASLIBDIRS} ${BLASLIBS} ${LIBS} ${FLIBS}
|
|
|
|
|