diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 02:21:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 02:21:32 +0000 |
commit | 597fc2c3c8dcbca6205217fe41007e664a249211 (patch) | |
tree | 7b08c3ca2c943c015c14d4f215b1e03dc1ccf852 /math/mumps | |
parent | 13f81621ceb078edaa357bbf24f04e0c65e64623 (diff) | |
download | ports-597fc2c3c8dcbca6205217fe41007e664a249211.tar.gz ports-597fc2c3c8dcbca6205217fe41007e664a249211.zip |
Notes
Diffstat (limited to 'math/mumps')
-rw-r--r-- | math/mumps/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/mumps/Makefile b/math/mumps/Makefile index 082887aa7f02..b4e2db8c5af6 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -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`/../../.. |