File: superlu_libs.patch

package info (click to toggle)
hypre 3.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,112 kB
  • sloc: ansic: 408,221; cpp: 62,971; sh: 12,091; fortran: 9,433; makefile: 3,328; perl: 2,994; awk: 147; python: 126
file content (22 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (4)
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 = \