summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera Micó2024-05-12 02:00:05 +0000
committerJoan Bruguera Micó2024-05-12 02:00:05 +0000
commit8d51d4b4144c127501a9e187c86ccdd09a52ae47 (patch)
treef75f365e9fc027acc1a7f838b407a64fd1ac55ee /PKGBUILD
parent948b8fefc84ca9f4425fa87fbad7319505fb009b (diff)
downloadaur-extrae.tar.gz
Update to 4.1.5.20240510
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0e39d7e0d8e..9c1914cd47ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# 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.1.2.20240415'
-pkgrel='2'
+pkgver='4.1.5.20240510'
+pkgrel='1'
arch=('x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('LGPL2.1')
@@ -11,7 +11,7 @@ source=("https://github.com/bsc-performance-tools/$pkgname/archive/${pkgver%.*}.
extrae-issue-27-fix-pie-address-translation.patch
extrae-Fix-make-DESTDIR-.-install-for-Extrae-4.0.2.patch
extrae-Fix-references-to-the-build-directory.patch)
-sha512sums=(0191bf2cecc827ca2f76588e7e9be5840806a8c23c3288a412f8019a505ad892cc2617817945e073750eb10261a15b1b29a49d9c61484740ecc239ecde24f28b
+sha512sums=(4f943fdf484d9aa352f7123d006deebdea24ae40f74266162a983f0411ffa86b4f5eb3c72e44f8eeb5d3c705536392c76d6086b9bf05af0b17939fb8d328f5d3
ce6e5f3994118783fd1e05de7336782e4df4eaf3b2a277174ea536b0d391f418cb36682c1e1b3adee3b4d2aa07f25af58998525c79d0567f7afa88dda048c413
e90d108ac4531d68ba8bced44db71139cb7b4273f97ec994582150eb9d4f71960c525c1b3ad2fac95d678f91494b5299bfb00513a0a58cc5b6d916eb930af2d5
a5085d4e974a98cb6266502e06bd2b5a45e213f7d322e8f6cffccbaf92a7f414641b6e6578f87f76dbbb3e4f89b3c268dc33e813c13ea5512e52d1b241317f2a)
@@ -36,7 +36,7 @@ build() {
cd "$srcdir/$pkgname-${pkgver%.*}"
# For now, ignore new errors from GCC 14 (see https://gcc.gnu.org/gcc-14/porting_to.html)
- export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wno-error=implicit-function-declaration"
+ export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types"
# NOTE: The following optional features are NOT enabled:
# * Automatic instrumentation (with dyninst)