summaryrefslogtreecommitdiff
path: root/math/primme/files/patch-tests_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/primme/files/patch-tests_Makefile')
-rw-r--r--math/primme/files/patch-tests_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/primme/files/patch-tests_Makefile b/math/primme/files/patch-tests_Makefile
new file mode 100644
index 000000000000..63f39cf5312d
--- /dev/null
+++ b/math/primme/files/patch-tests_Makefile
@@ -0,0 +1,11 @@
+--- tests/Makefile.orig 2018-10-08 19:10:07 UTC
++++ tests/Makefile
+@@ -9,7 +9,7 @@ include ../Link_flags
+ SOBJS= COMMON/shared_utils.o COMMON/ioandtest.o
+ COMMON_INCLUDE = -I./COMMON -I../include
+ override INCLUDE += $(COMMON_INCLUDE)
+-LIBDIRS += -L../lib
++LIBDIRS += ../lib/libprimme.so
+
+ USE_NATIVE ?= yes
+ USE_PETSC ?= $(if $(findstring undefined,$(origin PETSC_DIR)),no,yes)