commit b3de4b154ef9aa84493368218f6a96e13df17ed7
parent f559f797c2c6467370a358d0a634817ddac4e27e
Author: Lucas Heitzmann Gabrielli <heitzmann@gmail.com>
Date: Thu, 31 Oct 2019 07:48:28 -0300
Temporarily remove pastix
Diffstat:
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc-git
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 20190929
+ pkgver = 20191031
pkgrel = 1
url = https://www.mcs.anl.gov/petsc/
install = petsc.install
diff --git a/PKGBUILD b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Lucas H. Gabrielli <heitzmann at gmail dot com>
+# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=petsc-git
-pkgver=20190929
+pkgver=20191031
pkgrel=1
_config=linux-c-opt
pkgdesc="Portable, extensible toolkit for scientific computation"
@@ -48,7 +48,8 @@ build() {
# "linux-c-debug" for some things, so _config should be changed to "linux-c-debug"
#CONFOPTS="${CONFOPTS} --with-debugging=1"
- for external_pkg in amd eigen hypre metis mumps parmetis party pastix ptscotch scalapack suitesparse sundials superlu superlu_dist
+ # Removed pastix due to incompatibility with current MPI (2019-10-31)
+ for external_pkg in amd eigen hypre metis mumps parmetis party ptscotch scalapack suitesparse sundials superlu superlu_dist
do
CONFOPTS="${CONFOPTS} --download-${external_pkg}=1"
done