summaryrefslogtreecommitdiff
path: root/math/primme/files/patch-examples_Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-09 08:24:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-09 08:24:02 +0000
commit74fa1be30b34bed7becfcd04324994d7d717e4b3 (patch)
tree4d34172e662f29ab4a351e0fabe0005ccc087818 /math/primme/files/patch-examples_Makefile
parentUpdate to 0.17.0 release. (diff)
New port: math/primme: Iterative eigensolver for symmetric and hermitian matrices
Notes
Notes: svn path=/head/; revision=481610
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