summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-30 05:32:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-30 05:32:00 +0000
commit84e8d56ed577ec6d4c26d3516f6d5166ea82df38 (patch)
treea735e216f67b481bd076550c5a932cfb731fbdbc /math
parent* Support USE_GCC=3.[34] properly, and allow newer 5.x systems to (diff)
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=118503
Diffstat (limited to 'math')
-rw-r--r--math/GiNaC/Makefile2
-rw-r--r--math/atlas-devel/Makefile2
-rw-r--r--math/atlas/Makefile2
-rw-r--r--math/cln/Makefile2
-rw-r--r--math/fftw3/Makefile2
-rw-r--r--math/freefem++/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index f80ba15e8ad9..50b341f9f864 100644
--- a/math/GiNaC/Makefile
+++ b/math/GiNaC/Makefile
@@ -18,7 +18,7 @@ COMMENT= A C++ library for symbolic mathematical calculations
LIB_DEPENDS= cln.3:${PORTSDIR}/math/cln
USE_BZIP2= yes
-USE_GCC= 3.3
+USE_GCC= 3.4
USE_GNOME= gnomehack gnometarget pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile
index 5e3dde0b945c..bf5c0e1a04d9 100644
--- a/math/atlas-devel/Makefile
+++ b/math/atlas-devel/Makefile
@@ -28,7 +28,7 @@ NO_PACKAGE= runtime performance heavily depends on building environment
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 501000 && ${ARCH} == "alpha"
-USE_GCC=3.3
+USE_GCC=3.4
.endif
# only affects for lapack sub project
diff --git a/math/atlas/Makefile b/math/atlas/Makefile
index b80f40bc8863..7e6f246233f2 100644
--- a/math/atlas/Makefile
+++ b/math/atlas/Makefile
@@ -27,7 +27,7 @@ USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 501000 && ${ARCH} == "alpha"
-USE_GCC=3.3
+USE_GCC=3.4
.endif
# only affects for lapack sub project
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 9c88b013ac46..2cb300045ec7 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -17,7 +17,7 @@ COMMENT= Class Library for Numbers
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
USE_BZIP2= yes
-USE_GCC= 3.3
+USE_GCC= 3.4
USE_GNOME= gnomehack gnometarget lthack pkgconfig
USE_GMAKE= yes
USE_INC_LIBTOOL_VER= 13
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index dd44fee64eac..9692e9337793 100644
--- a/math/fftw3/Makefile
+++ b/math/fftw3/Makefile
@@ -60,7 +60,7 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS:N-O:N-O*} -O3 -fomit-frame-pointer -fno-schedul
.if defined(WITH_SSE)
.if ${OSVERSION} < 500000
-USE_GCC= 3.3
+USE_GCC= 3.4
.endif
CONFIGURE_ARGS+=--enable-sse2
CONFIGURE_ARGS_FFTW3F+=--enable-sse
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index f359672cc4c7..e665537dae6b 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -22,7 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ARPACK++:${PORTSDIR}/math/arpack++
RESTRICTED= No resale or commercial use
USE_GL= yes
-USE_GCC= 3.3
+USE_GCC= 3.4
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes