1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

* Migrate to gfortran.

* Bump port revision.
This commit is contained in:
Maho Nakata 2007-01-13 09:12:10 +00:00
parent 3962079ede
commit 8e15ae262a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182286

View File

@ -7,7 +7,7 @@
PORTNAME= mathlibs
PORTVERSION= 1.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/src/
PKGNAMEPREFIX= elmer-
@ -24,10 +24,10 @@ CONFLICTS= atlas-[0-9]* blas-[0-9]* arpack-[0-9]* lapack-[0-9]*
CONFLICTS+= scalapack-[0-9]*
.endif
USE_GCC= 4.1+
WITH_FORTRAN= yes
F77= ${FC}
WANT_FORTRAN=yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
.ifdef WITH_OPTIMIZED_FLAGS
FFLAGS+= -O3 -ffast-math
.endif