2019-02-08 11:42:44 +01:00
|
|
|
--- MAKE_INC/make.linux 2016-05-22 17:58:44.000000000 +0200
|
|
|
|
+++ MAKE_INC/make.linux.patched 2019-02-08 10:35:38.740265921 +0100
|
|
|
|
@@ -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
|
|
|
|
|