summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-01-10 12:32:55 +0100
committerMartin Diehl2022-01-10 12:32:55 +0100
commit77941391dd2267107d4dcd03372e434e5f911924 (patch)
treefa3d3959d04167de596f02c43df6877beb8874ee
parent02b9057270f614e9ec0f7ceb21a12ed1525eb2c8 (diff)
downloadaur-77941391dd2267107d4dcd03372e434e5f911924.tar.gz
valgrind is not a package anymore
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--test_optdepends.sh5
3 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2930886279ca..539b42d38987 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
pkgver = 3.16.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.mcs.anl.gov/petsc
install = petsc.install
arch = i686
@@ -33,6 +33,6 @@ pkgbase = petsc
source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.16.3.tar.gz
source = test_optdepends.sh
sha256sums = eff44c7e7f12991dc7d2b627c477807a215ce16c2ce8a1c78aa8237ddacf6ca5
- sha256sums = c6c97507b9970529b0f22fe61eb290101c2ab0aad2d8bf42f44eb8ba90bd42d3
+ sha256sums = 2d253a7b4bb4efe0200b7c1b57f71e423f135dc439945981c5fe2298d8066dba
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 66f479b1881b..bd268010ca46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
pkgver=3.16.3
-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
@@ -35,7 +35,7 @@ install=petsc.install
source=(http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${pkgname}-${pkgver}.tar.gz
test_optdepends.sh)
sha256sums=('eff44c7e7f12991dc7d2b627c477807a215ce16c2ce8a1c78aa8237ddacf6ca5'
- 'c6c97507b9970529b0f22fe61eb290101c2ab0aad2d8bf42f44eb8ba90bd42d3')
+ '2d253a7b4bb4efe0200b7c1b57f71e423f135dc439945981c5fe2298d8066dba')
_install_dir=/opt/petsc/${_config}
_petsc_arch=arch-${_config}
diff --git a/test_optdepends.sh b/test_optdepends.sh
index 9718d7652442..6efeb33dfb09 100644
--- a/test_optdepends.sh
+++ b/test_optdepends.sh
@@ -98,9 +98,4 @@ if [ -f "/usr/lib/libml.so" ]; then
CONFOPTS="${CONFOPTS} --with-boost=1"
fi
-# Add valgrind support
-if [[ "$(valgrind --version)" ]]; then
- CONFOPTS="${CONFOPTS} --with-valgrind=1"
-fi
-
echo "${CONFOPTS}"