14 lines
446 B
Diff
14 lines
446 B
Diff
|
--- 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
|
||
|
+SuperLUroot = /usr
|
||
|
+SUPERLULIB = /usr/lib/hpc/gnu7/superlu/5.?.?/lib64/libsuperlu.so
|
||
|
|
||
|
#BLASLIB = $(SuperLUroot)/lib/libblas.a
|
||
|
|