summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2020-04-06 10:31:58 +0200
committerMartin Diehl2020-04-06 10:31:58 +0200
commit72a0bda92a27f1196210770c8e3cf366e0d1b87b (patch)
treebf19d09518ff7bdf3879a1bbb3d14f4131195a69
parentcac988543ac3a8b07abcf04d795c1be81809d122 (diff)
downloadaur-72a0bda92a27f1196210770c8e3cf366e0d1b87b.tar.gz
run only short test suite (as before)
see https://www.mcs.anl.gov/petsc/documentation/changes/313.html
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43d537c2f8fd..442dcd5610d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
pkgver = 3.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.mcs.anl.gov/petsc/
install = petsc.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9b321bd579c0..1cc6bbf00050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
pkgver=3.13.0
-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
@@ -61,7 +61,7 @@ check() {
_build_dir="${srcdir}/${pkgname}-${pkgver/_/-}"
cd ${_build_dir}
- make test
+ make check
}
package() {