Now we use USE_FORTRAN=yes to use FORTRAN compiler.
This commit is contained in:
parent
eb0ab15198
commit
041f7e315b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195449
1 changed files with 2 additions and 4 deletions
|
@ -35,10 +35,8 @@ SAMPLES= README clean.make *.1st *.boat *.cell *.chair *.dat *.dyn0 \
|
|||
BENCHES= README *.dyn0 *.log *.key *.run *.xyz results*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
MAKE_ENV+= FC="${FC}" F77="${F77}"
|
||||
|
||||
USE_FORTRAN= yes
|
||||
|
||||
.if defined(WITH_OPTIMIZED_FLAGS)
|
||||
FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations
|
||||
|
|
Loading…
Reference in a new issue