summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2019-10-31 07:48:28 -0300
committerLucas Heitzmann Gabrielli2019-10-31 07:48:28 -0300
commitb3de4b154ef9aa84493368218f6a96e13df17ed7 (patch)
tree23ee56ce50e5180aa788b3ba262208d528a0a138
parentf559f797c2c6467370a358d0a634817ddac4e27e (diff)
downloadaur-b3de4b154ef9aa84493368218f6a96e13df17ed7.tar.gz
Temporarily remove pastix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e0f4e9c88af..5252cad925e8 100644
--- 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
index 848efcfa4981..dd088c9c15f8 100644
--- 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