mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Only use of gfortran42. not gcc42. this breaks a lot of programs...
Approved by: portmgr (kris)
This commit is contained in:
parent
3c49b53f2b
commit
e9809ae548
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182133
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mpich2
|
||||
PORTVERSION= 1.0.5p1
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= net parallel
|
||||
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ \
|
||||
@ -40,7 +41,9 @@ NOCCACHE= yes
|
||||
MAKE_ENV= CCACHE_DISABLE=yes
|
||||
|
||||
WANT_FORTRAN= yes
|
||||
USE_GCC=4.2+
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
F90FLAGS+= ${FFLAGS}
|
||||
CONFIGURE_ENV+= F90=${FC} F90FLAGS=${F90FLAGS} F77=${FC}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user