aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-30 08:04:04 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-30 08:04:04 +0000
commitb4be9b354e86bd790925c5a9a2e67df8ba20bc00 (patch)
treeb122597be8a687f30665e6b8975bdc70c12e1375
parentdeba473a3b0a9110ae0f7532fe32cae958ea3aad (diff)
downloadports-b4be9b354e86bd790925c5a9a2e67df8ba20bc00.tar.gz
ports-b4be9b354e86bd790925c5a9a2e67df8ba20bc00.zip
Notes
-rw-r--r--math/atlas-devel/Makefile6
-rw-r--r--math/atlas/Makefile6
2 files changed, 0 insertions, 12 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile
index 17f5aa76736e..ae34482371b9 100644
--- a/math/atlas-devel/Makefile
+++ b/math/atlas-devel/Makefile
@@ -30,14 +30,8 @@ USE_LDCONFIG= yes
NOT_FOR_ARCHS= alpha
-#to compile the ATLAS kernel we use gcc3. See ATLAS/INSTALL.txt for details.
USE_FORTRAN= yes
-.if ${OSVERSION} > 700000
-BUILD_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34
-CCOMPILER= gcc34
-.else
CCOMPILER= ${CC}
-.endif
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
LIB_DEPENDS+= f2c:${PORTSDIR}/lang/f2c
diff --git a/math/atlas/Makefile b/math/atlas/Makefile
index 7fece6e77f00..5edc26a1e4fb 100644
--- a/math/atlas/Makefile
+++ b/math/atlas/Makefile
@@ -29,14 +29,8 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
-#to compile the ATLAS kernel we use gcc3. See ATLAS/INSTALL.txt for details.
USE_FORTRAN= yes
-.if ${OSVERSION} > 700000
-BUILD_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34
-CCOMPILER= gcc34
-.else
CCOMPILER= ${CC}
-.endif
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
LIB_DEPENDS+= f2c:${PORTSDIR}/lang/f2c