File: superlu_libs.patch

package info (click to toggle)
hypre 2.33.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 51,856 kB
  • sloc: ansic: 403,366; cpp: 62,971; sh: 10,811; fortran: 10,068; perl: 2,994; makefile: 2,959; awk: 147; python: 126
file content (22 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/src/parcsr_ls/Makefile
+++ b/src/parcsr_ls/Makefile
@@ -5,6 +5,8 @@
 
 include ../config/Makefile.config
 
+SYSTEM_LIBS = $(MPILIBDIRS) $(MPILIBS) $(MPIFLAGS) -lm $(DSUPERLU_LIBS) $(LAPACKLIBDIRS) $(LAPACKLIBS)
+
 ## Euclid specific macros taken from distributed_ls/Euclid
 
 CINCLUDES = ${INCLUDES} ${MPIINCLUDE}
--- a/src/FEI_mv/femli/Makefile
+++ b/src/FEI_mv/femli/Makefile
@@ -5,6 +5,8 @@
 
 include ../../config/Makefile.config
 
+SYSTEM_LIBS = $(MPILIBDIRS) $(MPILIBS) $(MPIFLAGS) -lm ${SUPERLU_LIBS} ${LAPACKLIBDIRS} ${LAPACKLIBS}
+
 CINCLUDES = ${INCLUDES} ${MPIINCLUDE}
 
 MLI_INCLUDES = \