1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

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>
This commit is contained in:
Maho Nakata 2007-07-30 08:04:04 +00:00
parent deba473a3b
commit b4be9b354e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196699
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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