summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpich2/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpich2/PKGBUILD b/mpich2/PKGBUILD
index b226be58..d3015740 100644
--- a/mpich2/PKGBUILD
+++ b/mpich2/PKGBUILD
@@ -51,7 +51,10 @@ build() {
--enable-timer-type=clock_gettime \
--with-pm=hydra:gforker:mpd --with-python=python2 \
--disable-rpath \
- --enable-fc --enable-f77 --enable-cxx
+ --enable-fc --enable-f77 --enable-cxx \
+ CC=gcc CXX=g++ FC=gfortran \
+ FFLAGS=-fallow-argument-mismatch \
+ FCFLAGS=-fallow-argument-mismatch
make
}