a6b0c99a2a
- New version 5.2.2 (boo#1178112) - bugfixes, documentation and examples update. - Update URL and Source0 and Source1, use get_tarball.sh to remove non distributable files. - Install superlu_ug.pdf provided by the tarball. - Remove patch, merged upstream * superlu-4.3-include.patch * superlu-4.3-dont-opt-away.diff * superlu-5.2-make.patch - Refresh patch: * superlu-examples_Makefile_remove_itersol.patch * superlu-make.linux.patch OBS-URL: https://build.opensuse.org/request/show/846302 OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=26
15 lines
397 B
Diff
15 lines
397 B
Diff
diff -Nrua a/MAKE_INC/make.linux b/MAKE_INC/make.linux
|
|
--- a/MAKE_INC/make.linux
|
|
+++ b/MAKE_INC/make.linux
|
|
@@ -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 = @superlu_home@
|
|
+SUPERLULIB = @superlu_lib@
|
|
|
|
#BLASLIB = $(SuperLUroot)/lib/libblas.a
|
|
|