summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Spencer2021-05-09 14:21:32 +0100
committerJames Spencer2021-05-09 14:27:19 +0100
commit63dca1ce5b1e1620214a994ebef1b412091ed991 (patch)
treeec1e1325b61dd081427c347ba75087366580b6d9 /PKGBUILD
parentcc8b5d824c9082c2042e79246240e97919777ac6 (diff)
downloadaur-63dca1ce5b1e1620214a994ebef1b412091ed991.tar.gz
Upgrade to score-p 7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 872344f46d9f..3ab22835196f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,18 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=scorep
-pkgver=6.0
-pkgrel=2
+pkgver=7.0
+pkgrel=1
pkgdesc="Highly scalable and easy-to-use tool suite for profiling, event tracing, and online analysis of HPC applications."
arch=('i686' 'x86_64')
url="http://www.vi-hps.org/projects/score-p/"
license=('BSD')
depends=('cubew' 'cubelib' 'openmpi' 'otf2' 'opari2')
-source=(https://www.vi-hps.org/cms/upload/packages/$pkgname/$pkgname-$pkgver.tar.gz
- scorep-gcc-10.patch
- scorep-binutils-2.34.patch)
-sha256sums=('5dc1023eb766ba5407f0b5e0845ec786e0021f1da757da737db1fb71fc4236b8'
- 'd8afa9a5bff784786054e217aef431363e9fba70fab12897352b2e5e3b088135'
- '735476b6e5f120ab23beb48ac3aa0b754177028c1acbe9f22bc7cfd79341e1f3')
+source=(http://perftools.pages.jsc.fz-juelich.de/cicd/$pkgname/tags/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('68f24a68eb6f94eaecf500e17448f566031946deab74f2cba072ee8368af0996')
prepare() {
cd "$pkgname-$pkgver"
- patch --forward --strip=1 --input="${srcdir}/scorep-gcc-10.patch"
- patch --forward --strip=1 --input="${srcdir}/scorep-binutils-2.34.patch"
}
build() {