1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Now we use USE_FORTRAN=yes to use FORTRAN compiler.

Submitted by:	maho
Approved by:	stas (mentor)
This commit is contained in:
Marcelo Araujo 2007-07-12 21:50:03 +00:00
parent 2250981b6b
commit 1f072c3214
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195504
2 changed files with 3 additions and 9 deletions

View File

@ -16,12 +16,9 @@ PKGNAMEPREFIX= elmer-
MAINTAINER= araujo@FreeBSD.org
COMMENT= UMFPACK library used by ELMER FEM package
WANT_FORTRAN=yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
CONFIGURE_ENV+= FC=${FC} F77=${FC}
USE_FORTRAN= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= FC=${FC} F77=${FC}
ALL_TARGET=
# This should be looked up by autoconf

View File

@ -17,10 +17,7 @@ COMMENT= MatC language library used by ELMER FEM package
GNU_CONFIGURE= yes
ALL_TARGET=
WANT_FORTRAN=yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
USE_FORTRAN= yes
PLIST_SUB= ARCH=${MACHINE_ARCH}