summaryrefslogtreecommitdiff
path: root/science/gamess-us/files/patch-lked
diff options
context:
space:
mode:
Diffstat (limited to 'science/gamess-us/files/patch-lked')
-rw-r--r--science/gamess-us/files/patch-lked36
1 files changed, 35 insertions, 1 deletions
diff --git a/science/gamess-us/files/patch-lked b/science/gamess-us/files/patch-lked
index 1cbb99501fad..166014413739 100644
--- a/science/gamess-us/files/patch-lked
+++ b/science/gamess-us/files/patch-lked
@@ -1,5 +1,39 @@
---- lked.orig 2018-10-13 06:11:50 UTC
+--- lked.orig 2018-10-01 03:45:26 UTC
+++ lked
+@@ -672,12 +672,12 @@ if ($TARGET == linux64) then
+ # ln -s liblapack_atlas.so.3.0 liblapack.so
+ # ln -s liblapack.so.3.0 liblapack.so
+ # It is strange the RPM's don't do these soft links for us.
+- if (-e $GMS_MATHLIB_PATH/libf77blas.a) then
+- set MATHLIBS="$GMS_MATHLIB_PATH/libf77blas.a"
+- set MATHLIBS="$MATHLIBS $GMS_MATHLIB_PATH/libatlas.a"
+- else
++ #if (-e $GMS_MATHLIB_PATH/libf77blas.a) then
++ # set MATHLIBS="$GMS_MATHLIB_PATH/libf77blas.a"
++ # set MATHLIBS="$MATHLIBS $GMS_MATHLIB_PATH/libatlas.a"
++ #else
+ set MATHLIBS="-L$GMS_MATHLIB_PATH -lf77blas -latlas"
+- endif
++ #endif
+ if ($CCHEM == true) then
+ set MATHLIBS="-L$GMS_MATHLIB_PATH -Wl,--start-group -lf77blas -latlas -lcblas -llapack -Wl,--end-group"
+ endif
+@@ -697,11 +697,11 @@ if ($TARGET == linux64) then
+ breaksw
+
+ case openblas:
+- if (-e $GMS_MATHLIB_PATH/libopenblas.a) then
+- set MATHLIBS="$GMS_MATHLIB_PATH/libopenblas.a"
+- else
++ #if (-e $GMS_MATHLIB_PATH/libopenblas.a) then
++ # set MATHLIBS="$GMS_MATHLIB_PATH/libopenblas.a"
++ #else
+ set MATHLIBS="-L$GMS_MATHLIB_PATH -lopenblas"
+- endif
++ #endif
+ set BLAS=' '
+ breaksw
+
@@ -1556,7 +1556,7 @@ if (($TARGET == win32) || ($TARGET == wi
endif
chdir $GMS_BUILD_DIR/object