mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: thierry
This commit is contained in:
parent
2b1442e56f
commit
ac47213b3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195460
@ -40,12 +40,9 @@ FFLAGS?= -O2
|
||||
NOCCACHE= yes
|
||||
MAKE_ENV= CCACHE_DISABLE=yes
|
||||
|
||||
WANT_FORTRAN= yes
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
USE_FORTRAN= yes
|
||||
F90FLAGS+= ${FFLAGS}
|
||||
CONFIGURE_ENV+= F90=${FC} F90FLAGS=${F90FLAGS} F77=${FC}
|
||||
CONFIGURE_ENV+= F90=${FC} F90FLAGS=${F90FLAGS}
|
||||
|
||||
NO_MTREE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
Loading…
Reference in New Issue
Block a user