summaryrefslogtreecommitdiff
path: root/math/primme/files/patch-examples_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/primme/files/patch-examples_Makefile')
-rw-r--r--math/primme/files/patch-examples_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/primme/files/patch-examples_Makefile b/math/primme/files/patch-examples_Makefile
new file mode 100644
index 000000000000..d7be2f73eb4d
--- /dev/null
+++ b/math/primme/files/patch-examples_Makefile
@@ -0,0 +1,11 @@
+--- examples/Makefile.orig 2017-04-11 04:35:01 UTC
++++ examples/Makefile
+@@ -8,7 +8,7 @@ include ../Link_flags
+
+ override INCLUDE += -I../include
+ override FINCLUDE += -I../include
+-LIBDIRS += -L../lib
++LIBDIRS += ../lib/libprimme.so
+
+ EXAMPLES_C = ex_eigs_dseq ex_eigs_zseq ex_svds_dseq ex_svds_zseq
+ EXAMPLES_CXX = ex_eigs_zseqxx ex_svds_zseqxx