diff options
author | maho <maho@FreeBSD.org> | 2007-07-30 08:04:04 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-30 08:04:04 +0000 |
commit | 8e2da239f74a82ad1c98b69bd27abb3f4e40ecf3 (patch) | |
tree | 317f2009dd26a260b7edb85c9b9ba13ded2f6534 /math/atlas | |
parent | ed4f0d5191e15150528b9ba2504f2b67cf93b923 (diff) | |
download | FreeBSD-ports-8e2da239f74a82ad1c98b69bd27abb3f4e40ecf3.zip FreeBSD-ports-8e2da239f74a82ad1c98b69bd27abb3f4e40ecf3.tar.gz |
In ATLAS/INSTALL.txt it is said that gcc42 is superior to both gcc3 and gcc41
- and FreeBSD 7 current imported gcc42.
Spotted by: Li-Lun \"Leland\" Wang" <llwang@infor.org>
Diffstat (limited to 'math/atlas')
-rw-r--r-- | math/atlas/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 7fece6e..5edc26a 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 |