mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
This commit is contained in:
parent
350f1eb7ac
commit
ec963b99bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195456
@ -31,10 +31,7 @@ USE_LDCONFIG= yes
|
||||
NOT_FOR_ARCHS= alpha
|
||||
|
||||
#to compile the ATLAS kernel we use gcc3. See ATLAS/INSTALL.txt for details.
|
||||
WANT_FORTRAN= yes
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
USE_FORTRAN= yes
|
||||
.if ${OSVERSION} > 700000
|
||||
BUILD_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34
|
||||
CCOMPILER= gcc34
|
||||
|
@ -30,10 +30,7 @@ USE_LDCONFIG= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
#to compile the ATLAS kernel we use gcc3. See ATLAS/INSTALL.txt for details.
|
||||
WANT_FORTRAN= yes
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
USE_FORTRAN= yes
|
||||
.if ${OSVERSION} > 700000
|
||||
BUILD_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34
|
||||
CCOMPILER= gcc34
|
||||
|
@ -29,10 +29,7 @@ USE_PERL5= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
USE_FORTRAN= yes
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
||||
MAKE_FLAGS+= BINARY64=1
|
||||
|
Loading…
Reference in New Issue
Block a user