2020-11-05 17:39:58 +01:00
|
|
|
diff -Nrua a/MAKE_INC/make.linux b/MAKE_INC/make.linux
|
|
|
|
--- a/MAKE_INC/make.linux
|
|
|
|
+++ b/MAKE_INC/make.linux
|
2019-02-08 11:42:44 +01:00
|
|
|
@@ -21,8 +21,8 @@
|
|
|
|
#
|
|
|
|
# The name of the libraries to be created/linked to
|
|
|
|
#
|
|
|
|
-SuperLUroot = $(HOME)/Dropbox/Codes/SuperLU/SuperLU
|
|
|
|
-SUPERLULIB = $(SuperLUroot)/lib/libsuperlu_5.1.a
|
2019-02-08 13:10:16 +01:00
|
|
|
+SuperLUroot = @superlu_home@
|
|
|
|
+SUPERLULIB = @superlu_lib@
|
2019-02-08 11:42:44 +01:00
|
|
|
|
|
|
|
#BLASLIB = $(SuperLUroot)/lib/libblas.a
|
|
|
|
|