diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 06:06:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 06:06:48 +0000 |
commit | 440984cf291a2c31802b28f56b3a26ca4f7496ff (patch) | |
tree | 40074eb9dadb0ed532ecf2e06d5c8b80226f2234 | |
parent | * Use gfortran42 only and not gcc42. (diff) |
* Use gfortran42 only and not gcc42.
* Bump portrevision.
Notes
Notes:
svn path=/head/; revision=182141
-rw-r--r-- | cad/calculix/Makefile | 8 | ||||
-rw-r--r-- | science/2dhf/Makefile | 8 | ||||
-rw-r--r-- | science/mpqc/Makefile | 8 |
3 files changed, 15 insertions, 9 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index 9d92a5d198cc..a21cb58142ec 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -7,7 +7,7 @@ PORTNAME= CalculiX PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ DISTFILES= ${DIST_SOURCES} @@ -66,8 +66,10 @@ PSVIEWER?= gv .include <bsd.port.pre.mk> -WANT_FORTRAN=yes -USE_GCC=4.2+ +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 .if ${ARCH} == "sparc64" CFLAGS+= -fPIC diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile index f947418275b0..f193487b2de5 100644 --- a/science/2dhf/Makefile +++ b/science/2dhf/Makefile @@ -7,7 +7,7 @@ PORTNAME= 2dhf PORTVERSION= 2005.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.fizyka.umk.pl/~jkob/2dhf/ DISTNAME= ${PORTNAME}-05.05 @@ -34,8 +34,10 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack BLAS= -lblas .endif -WANT_FORTRAN=yes -USE_GCC=4.2+ +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 .if defined(WITH_OPTIMIZED_FLAGS) FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index bfe823a97b7f..7db707c564be 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpqc PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science parallel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mpqc @@ -50,8 +50,10 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:259 -WANT_FORTRAN=yes -USE_GCC=4.2+ +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 .if defined(WITH_ICC) CC= ${LOCALBASE}/intel_cc_80/bin/icc |