diff options
-rw-r--r-- | mpich2/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mpich2/PKGBUILD b/mpich2/PKGBUILD index b226be584..d3015740d 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 } |