Now we use USE_FORTRAN=yes to use FORTRAN compiler.
This commit is contained in:
parent
13f81621ce
commit
597fc2c3c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195549
2 changed files with 3 additions and 9 deletions
|
@ -21,10 +21,7 @@ ALL_TARGET= default
|
|||
MAKE_ENV+= CC="${CC}" AR="${AR}" F77="${F77}" FFLAGS="${FFLAGS}"
|
||||
REINPLACE_ARGS= -i ""
|
||||
|
||||
WANT_FORTRAN=yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
USE_FORTRAN= yes
|
||||
FFLAGS+= -O2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
|
|
|
@ -30,13 +30,10 @@ COMMENT= MUltifrontal Massively Parallel sparse direct Solver
|
|||
# WITH_MPI: Use mpich for the parallel version
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
WANT_FORTRAN=yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
|
||||
SLAVEDIRS= math/mumps-mpich
|
||||
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
USE_FORTRAN= yes
|
||||
|
||||
FORTRANLIBS= -lgfortranbegin -lgfortran
|
||||
GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../..
|
||||
|
||||
|
|
Loading…
Reference in a new issue