diff options
| author | Simon Barner <barner@FreeBSD.org> | 2005-07-25 09:05:50 +0000 |
|---|---|---|
| committer | Simon Barner <barner@FreeBSD.org> | 2005-07-25 09:05:50 +0000 |
| commit | bcd4eab4cbfc5558096ce018c35572ab4121637e (patch) | |
| tree | d81e5d5d789bc6ceeceb7adeb1ca319ce322bc64 /math/laspack/files/patch-makefile | |
| parent | Upgrade to 1.3.9 (diff) | |
Add laspack 1.12.2,
package for solving large sparse systems of
linear equations.
PR: 83968
Submitted by: Pedro F. Giffuni" <giffunip at asme dot org>
Diffstat (limited to 'math/laspack/files/patch-makefile')
| -rw-r--r-- | math/laspack/files/patch-makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/laspack/files/patch-makefile b/math/laspack/files/patch-makefile new file mode 100644 index 000000000000..4e1fb9a25266 --- /dev/null +++ b/math/laspack/files/patch-makefile @@ -0,0 +1,13 @@ +--- makefile.orig Mon Jul 25 00:24:08 2005 ++++ makefile Mon Jul 25 00:24:30 2005 +@@ -21,8 +21,8 @@ + # + # set the destination directories for the library and include files + # +-LIBDEST = $(HOME)/lib$(ARCH_EXT) +-INCDEST = $(HOME)/include ++LIBDEST = $(PREFIX)/lib ++INCDEST = $(PREFIX)/include + + # + # the following text was created automaticaly. You should change it carefully. |
