aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-03-13 14:56:46 +0800
committermaho <maho@FreeBSD.org>2006-03-13 14:56:46 +0800
commitc853419a10a09c2d1ce76f7c29ef3b51109fcafe (patch)
tree765c5a8cae991fa25f5127a33ad156189f4bfa43 /math
parentfcf55cfeabfbc5e6d771b547404cb9164b13900a (diff)
downloadfreebsd-ports-gnome-c853419a10a09c2d1ce76f7c29ef3b51109fcafe.tar.gz
freebsd-ports-gnome-c853419a10a09c2d1ce76f7c29ef3b51109fcafe.tar.zst
freebsd-ports-gnome-c853419a10a09c2d1ce76f7c29ef3b51109fcafe.zip
Now we don't create static lib of atlas port as default.
This affects taucs port as well Approved by: portmgr (linimon)
Diffstat (limited to 'math')
-rw-r--r--math/taucs/Makefile4
-rw-r--r--math/taucs/files/patch-config+FreeBSD.mk11
2 files changed, 10 insertions, 5 deletions
diff --git a/math/taucs/Makefile b/math/taucs/Makefile
index 782328ba2b96..1476cfe63ae1 100644
--- a/math/taucs/Makefile
+++ b/math/taucs/Makefile
@@ -16,9 +16,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= C library of sparse linear solvers
-BUILD_DEPENDS= ${LOCALBASE}/lib/libf77blas.a:${PORTSDIR}/math/atlas \
- ${LOCALBASE}/lib/liblapack.a:${PORTSDIR}/math/lapack \
+BUILD_DEPENDS= ${LOCALBASE}/lib/liblapack.a:${PORTSDIR}/math/lapack \
${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis
+LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas
NO_WRKSUBDIR= yes
HAS_CONFIGURE= yes
diff --git a/math/taucs/files/patch-config+FreeBSD.mk b/math/taucs/files/patch-config+FreeBSD.mk
index 3a8c79415b6e..78415d61a95f 100644
--- a/math/taucs/files/patch-config+FreeBSD.mk
+++ b/math/taucs/files/patch-config+FreeBSD.mk
@@ -1,6 +1,6 @@
---- config/FreeBSD.mk.orig Wed Aug 27 15:22:40 2003
-+++ config/FreeBSD.mk Wed Aug 27 15:24:30 2003
-@@ -9,11 +9,11 @@
+--- config/FreeBSD.mk.orig Fri Aug 29 00:13:38 2003
++++ config/FreeBSD.mk Mon Mar 13 11:38:31 2006
+@@ -9,15 +9,15 @@
DEFFLG=-D
FC ?= f77
@@ -14,6 +14,11 @@
COUTFLG = -o
LD = $(CC)
+-LDFLAGS = $(CFLAGS) -static
++LDFLAGS = $(CFLAGS)
+ LOUTFLG = $(COUTFLG)
+
+ AR = ar cr
@@ -26,10 +26,10 @@
RANLIB = ranlib
RM = rm -rf