diff options
author | maho <maho@FreeBSD.org> | 2007-07-14 06:33:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-14 06:33:53 +0800 |
commit | aa7c213e9192fa2aa862b303fb942261309ec928 (patch) | |
tree | 65d7bef037006c2bf29a2ce07718e4a9834c907b /science | |
parent | 4f0d0c287d896a93c7ed2d0dc4beb2c006fd336c (diff) | |
download | freebsd-ports-gnome-aa7c213e9192fa2aa862b303fb942261309ec928.tar.gz freebsd-ports-gnome-aa7c213e9192fa2aa862b303fb942261309ec928.tar.zst freebsd-ports-gnome-aa7c213e9192fa2aa862b303fb942261309ec928.zip |
Now we USE_FORTRAN knob for using FORTRAN
compiler.
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-fem/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile index 244548667a88..462bc50f866f 100644 --- a/science/elmer-fem/Makefile +++ b/science/elmer-fem/Makefile @@ -21,10 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc.a:${PORTSDIR}/science/elmer-matc \ RUN_DEPENDS= ElmerGrid:${PORTSDIR}/science/elmergrid \ Mesh2D:${PORTSDIR}/science/elmer-meshgen2d -WANT_FORTRAN=yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes .ifdef WITH_OPTIMIZED_FLAGS FCFLAGS+= -O3 -ffast-math |