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-src_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-src_Makefile')
| -rw-r--r-- | math/primme/files/patch-src_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/primme/files/patch-src_Makefile b/math/primme/files/patch-src_Makefile new file mode 100644 index 000000000000..5e27ef90f1d0 --- /dev/null +++ b/math/primme/files/patch-src_Makefile @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2018-10-09 07:03:22 UTC ++++ src/Makefile +@@ -89,7 +89,7 @@ auto_headers: $(AUTOMATED_HEADERS_LINALG + $(RANLIB) $@ + + ../lib/$(SOLIBRARY): ../lib/$(LIBRARY) +- $(CC) -shared -o ../lib/$(SOLIBRARY) -Wl,--whole-archive ../lib/$(LIBRARY) -Wl,--no-whole-archive ++ $(CC) -shared -o ../lib/$(SOLIBRARY) -Wl,--whole-archive ../lib/$(LIBRARY) -Wl,--no-whole-archive $(LDFLAGS) + + # + # Generate CTAGS |
