diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-16 18:03:14 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-16 18:03:14 +0000 |
commit | 9f9264b37474bd85f1a87547a7175a2adf882387 (patch) | |
tree | 0022b5e71d3493c54e69259a49bbd6305d967f6c /math/primme/files/patch-tests_Makefile | |
parent | www/cpp-httplib: Update 0.6.0 -> 0.6.1 (diff) |
math/primme: Update 3.1 -> 3.1.1
Reported by: portscout
Notes
Notes:
svn path=/head/; revision=535487
Diffstat (limited to 'math/primme/files/patch-tests_Makefile')
-rw-r--r-- | math/primme/files/patch-tests_Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/primme/files/patch-tests_Makefile b/math/primme/files/patch-tests_Makefile index 3cc3f1ce5cc6..afb3719bdd44 100644 --- a/math/primme/files/patch-tests_Makefile +++ b/math/primme/files/patch-tests_Makefile @@ -1,15 +1,15 @@ ---- tests/Makefile.orig 2018-10-28 03:25:47 UTC +--- tests/Makefile.orig 2020-05-04 01:52:54 UTC +++ tests/Makefile -@@ -9,7 +9,7 @@ include ../Link_flags - SOBJS= COMMON/shared_utils.o COMMON/ioandtest.o +@@ -10,7 +10,7 @@ SOBJS= COMMON/shared_utils.o COMMON/ioandtest.o COMMON_INCLUDE = -I./COMMON -I../include - override INCLUDE += $(COMMON_INCLUDE) + INCLUDE := $(COMMON_INCLUDE) + FINCLUDE := $(COMMON_INCLUDE) -LIBS := ../lib/libprimme.a $(LIBS) +LIBS := ../lib/libprimme.so $(LIBS) USE_NATIVE ?= yes USE_PETSC ?= $(if $(findstring undefined,$(origin PETSC_DIR)),no,yes) -@@ -89,7 +89,7 @@ all: drivers +@@ -90,7 +90,7 @@ all: drivers drivers: primme_double primme_doublecomplex primmesvds_double primmesvds_doublecomplex |