mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: maintainer
This commit is contained in:
parent
1d512ead9c
commit
01969f7dad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195780
@ -35,10 +35,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib F77="${F77}"
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
USE_FORTRAN= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -33,10 +33,7 @@ DISTNAME= R-${PORTVERSION}
|
||||
MAINTAINER= eric+fbports@vangyzen.net
|
||||
COMMENT= The standalone math library from R
|
||||
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
USE_FORTRAN= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
Loading…
Reference in New Issue
Block a user