aboutsummaryrefslogtreecommitdiffstats
path: root/math/arpack
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-07-12 06:59:32 +0800
committernork <nork@FreeBSD.org>2003-07-12 06:59:32 +0800
commitea848e928faf37ce310f1816759eecd1c5c5ef58 (patch)
treed0a7aca4ee793fda1b81f6dd0f30198f36515e74 /math/arpack
parent576892b55a0ce3cce7fdb4fd13b79d62e1cbf5e7 (diff)
downloadfreebsd-ports-gnome-ea848e928faf37ce310f1816759eecd1c5c5ef58.tar.gz
freebsd-ports-gnome-ea848e928faf37ce310f1816759eecd1c5c5ef58.tar.zst
freebsd-ports-gnome-ea848e928faf37ce310f1816759eecd1c5c5ef58.zip
Fix a typo and Don't remove LAPACK2.
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Diffstat (limited to 'math/arpack')
-rw-r--r--math/arpack/files/patch-ARmake.inc7
-rw-r--r--math/arpack/files/patch-Armake.inc52
2 files changed, 4 insertions, 55 deletions
diff --git a/math/arpack/files/patch-ARmake.inc b/math/arpack/files/patch-ARmake.inc
index 82162e1562db..e5ce10338efc 100644
--- a/math/arpack/files/patch-ARmake.inc
+++ b/math/arpack/files/patch-ARmake.inc
@@ -1,5 +1,5 @@
--- ARmake.inc.orig Fri Apr 26 14:12:57 1996
-+++ ARmake.inc Thu May 29 09:36:26 2003
++++ ARmake.inc Fri Jul 11 16:41:11 2003
@@ -25,14 +25,14 @@
# | other than your home directory. |
# %--------------------------------------%
@@ -31,9 +31,10 @@
# %---------------------------------------------------%
#
-ARPACKLIB = $(home)/libarpack_$(PLAT).a
-+ARPACKLIB = $(home)/libarpack.a
- LAPACKLIB =
+-LAPACKLIB =
-BLASLIB =
++ARPACKLIB = $(home)/libarpack.a
++LAPACKLIB = $(home)/liblapack.a
+BLASLIB = %%BLAS_LIBS%%
#
ALIBS = $(ARPACKLIB) $(LAPACKLIB) $(BLASLIB)
diff --git a/math/arpack/files/patch-Armake.inc b/math/arpack/files/patch-Armake.inc
deleted file mode 100644
index c81b622d72c7..000000000000
--- a/math/arpack/files/patch-Armake.inc
+++ /dev/null
@@ -1,52 +0,0 @@
---- ARmake.inc.orig Sat Apr 27 04:12:57 1996
-+++ ARmake.inc Mon May 5 20:12:25 2003
-@@ -25,14 +25,14 @@
- # | other than your home directory. |
- # %--------------------------------------%
- #
--home = $(HOME)/ARPACK
-+home = $(HOME)
- #
- # %--------------------------------------%
- # | The platform identifier to suffix to |
- # | the end of library names |
- # %--------------------------------------%
- #
--PLAT = SUN4
-+PLAT = FBSD
- #
- # %------------------------------------------------------%
- # | The directories to find the various pieces of ARPACK |
-@@ -57,9 +57,9 @@
- # | The name of the libraries to be created/linked to |
- # %---------------------------------------------------%
- #
--ARPACKLIB = $(home)/libarpack_$(PLAT).a
--LAPACKLIB =
--BLASLIB =
-+ARPACKLIB = $(home)/libarpack.a
-+LAPACKLIB = $(home)/liblapack.a
-+BLASLIB = $(home)/libblas.a
- #
- ALIBS = $(ARPACKLIB) $(LAPACKLIB) $(BLASLIB)
- #
-@@ -101,8 +101,8 @@
- # | for your system. |
- # %-----------------------------------------%
- #
--FC = f77
--FFLAGS = -O -cg89
-+FC = %FC%
-+FFLAGS = %FFLAGS%
-
- LDFLAGS =
- CD = cd
-@@ -112,7 +112,7 @@
- LN = ln
- LNFLAGS = -s
-
--MAKE = /bin/make
-+MAKE ?= /usr/bin/make
-
- RM = rm
- RMFLAGS = -f