diff options
author | maho <maho@FreeBSD.org> | 2007-07-14 10:21:32 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-14 10:21:32 +0800 |
commit | 6b806080bb92288778d729e5d93201f18783aee4 (patch) | |
tree | a2342a65009197ec536c5bf18e2b47b1fd12292d /math/mumps | |
parent | 5ccb9aeb461d6fd6be57f09e8307f61255b25574 (diff) | |
download | freebsd-ports-gnome-6b806080bb92288778d729e5d93201f18783aee4.tar.gz freebsd-ports-gnome-6b806080bb92288778d729e5d93201f18783aee4.tar.zst freebsd-ports-gnome-6b806080bb92288778d729e5d93201f18783aee4.zip |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
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`/../../.. |