Egbert Eich
da7747d229
- Set default module version correctly when installing master package, unset when deinstalling the default library package. - make example make.inc work with non-HPC builds as well. - Add superlu-examples_Makefile_remove_itersol.patch superlu-make.linux.patch: get a buildable examples test suite (bsc#1124765) fixing Makefile adding missing make.inc OBS-URL: https://build.opensuse.org/request/show/672775 OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=17
14 lines
418 B
Diff
14 lines
418 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 = @superlu_home@
|
|
+SUPERLULIB = @superlu_lib@
|
|
|
|
#BLASLIB = $(SuperLUroot)/lib/libblas.a
|
|
|