diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-09 08:24:02 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-09 08:24:02 +0000 |
commit | 74fa1be30b34bed7becfcd04324994d7d717e4b3 (patch) | |
tree | 4d34172e662f29ab4a351e0fabe0005ccc087818 /math/primme/files/patch-tests_Makefile | |
parent | Update 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-tests_Makefile')
-rw-r--r-- | math/primme/files/patch-tests_Makefile | 11 |
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) |