diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2009-08-06 03:38:13 +0000 |
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2009-08-06 03:38:13 +0000 |
| commit | 4e9fc479805aa43e7df49064622c6c6b97122f15 (patch) | |
| tree | d751d1f3da13927c1d7dd1f9066151207c70ee75 /math/qrupdate/files/patch-src-Makefile | |
| parent | - Add SIMD knob (diff) | |
qrupdate is a Fortran library for fast updates of QR and Cholesky
decomposition. It was originally part of GNU-Octave.
WWW: http://qrupdate.sourceforge.net/
PR: 137467
Submitted by: Robert Jenssen
Note: maintainership is taken over by maho@FreeBSD.org.
Diffstat (limited to 'math/qrupdate/files/patch-src-Makefile')
| -rw-r--r-- | math/qrupdate/files/patch-src-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/qrupdate/files/patch-src-Makefile b/math/qrupdate/files/patch-src-Makefile new file mode 100644 index 000000000000..a57f0d780a84 --- /dev/null +++ b/math/qrupdate/files/patch-src-Makefile @@ -0,0 +1,14 @@ +--- src/Makefile.orig 2009-08-06 01:21:58.000000000 +1000 ++++ src/Makefile 2009-08-06 01:28:32.000000000 +1000 +@@ -52,9 +52,9 @@ + install: install-shlib install-staticlib + + install-shlib: ../libqrupdate.so +- install -D -m644 ../libqrupdate.so $(PREFIX)/lib/libqrupdate.so.$(VERSION) ++ install -s ../libqrupdate.so $(PREFIX)/lib/libqrupdate.so.$(VERSION) + ln -s libqrupdate.so.$(VERSION) $(PREFIX)/lib/libqrupdate.so.$(MAJOR) + ln -s libqrupdate.so.$(VERSION) $(PREFIX)/lib/libqrupdate.so + + install-staticlib: ../libqrupdate.a +- install -D -m644 ../libqrupdate.a $(PREFIX)/lib/libqrupdate.a ++ install -s ../libqrupdate.a $(PREFIX)/lib/libqrupdate.a |
