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, 0 insertions, 11 deletions
diff --git a/math/primme/files/patch-examples_Makefile b/math/primme/files/patch-examples_Makefile
deleted file mode 100644
index d7be2f73eb4d..000000000000
--- a/math/primme/files/patch-examples_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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