summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2022-05-14 14:30:56 +0200
committerJoan Bruguera2022-05-14 14:31:02 +0200
commit0e72d2af98adafebc3e3f536f1c1a444a2adbf88 (patch)
treebf603a21799030ab3704737c64969f305e9eb969 /PKGBUILD
parentb831135734e527d7780c390f886dceeb14ed24f5 (diff)
downloadaur-0e72d2af98adafebc3e3f536f1c1a444a2adbf88.tar.gz
Update to 4.0.1.20220513
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08fe1cd4c83c..632f99fba1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname='extrae'
pkgdesc='Instrumentation framework to generate execution traces of the most used parallel runtimes (from BSC).'
-pkgver='4.0.0.20220325'
+pkgver='4.0.1.20220513'
pkgrel='1'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
@@ -9,11 +9,9 @@ license=('LGPL2.1')
depends=(openmpi libunwind papi libxml2 zlib python)
source=("https://github.com/bsc-performance-tools/$pkgname/archive/${pkgver%.*}.tar.gz"
extrae-issue-27-fix-pie-address-translation.patch
- extrae-Fix-syntax-error-on-generated-configure-script.patch
extrae-Fix-references-to-the-build-directory.patch)
-sha512sums=(6ccdfd87d91085674fc643ab5e8b23e733e36a925db35f73ced1016336b77f9750746adf769c4e005c2b5dfefbc316b8967001522d6d65f0c4a29039d546c324
+sha512sums=(58cbe06b1eb738dba3c9d38a96ca8a9bf442c492214e086876af25b8d7e01c379b46281f6815763e87e0e69214636f95486d48b1b6ce088b54d24b4d77ff0920
3b0fae157fcc6e85be3a5565c2ea3abe8bf35e130de96435a93ba7b3f4b6c30df8982823d36c494633a2c16671664112558393faeead05226b96aa521bb14fba
- e60bfe1a5b080e744e11e5ce3e5f1bff46e6a8c238ce3fe9b0c2bec9a57d635fd211ffb8489f949e153ad270c4d4b2aaa0f7b665407a9852fa5df3815a700bb7
a5085d4e974a98cb6266502e06bd2b5a45e213f7d322e8f6cffccbaf92a7f414641b6e6578f87f76dbbb3e4f89b3c268dc33e813c13ea5512e52d1b241317f2a)
prepare() {
@@ -21,7 +19,6 @@ prepare() {
# Upstream issue: https://github.com/bsc-performance-tools/extrae/issues/27
patch -Np1 -i "$srcdir/extrae-issue-27-fix-pie-address-translation.patch"
- patch -Np1 -i "$srcdir/extrae-Fix-syntax-error-on-generated-configure-script.patch"
patch -Np1 -i "$srcdir/extrae-Fix-references-to-the-build-directory.patch"
autoreconf -i -f