summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2021-07-08 19:47:13 +0200
committerMartin Diehl2021-07-08 19:47:13 +0200
commit60e565ee7a45c1913806c747234b97cc26dc815c (patch)
tree4aa2867e345427be5116333379cd02c8c7b8606c /PKGBUILD
parente313c485bbad123f22380613c937e7dd1011f805 (diff)
downloadaur-60e565ee7a45c1913806c747234b97cc26dc815c.tar.gz
avoid include of MPI module in Fortran
this allows to use mpi_f08 as recommended by MPI
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a9e27a8177f..f880fb380e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
pkgver=3.15.1
-pkgrel=1
+pkgrel=2
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
#"linux-c-debug" for some things, so the _config should be changed too
@@ -52,6 +52,7 @@ build() {
echo ${CONFOPTS}
python ./configure \
+ --with-mpi-f90module-visibility=0 \
--prefix=${_install_dir} \
--PETSC_ARCH=${_petsc_arch} \
${CONFOPTS}