summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarjan Krijan2022-12-18 15:29:00 +0100
committerDarjan Krijan2022-12-18 15:29:00 +0100
commit73a17533a88074aabcdf9ae0c3b2d75451ca6a7d (patch)
treeece4e612c452781c3335d377557dff891c916c6c
parent3dc9948bef011b0fee3be64a736d595d62ac0fef (diff)
downloadaur-73a17533a88074aabcdf9ae0c3b2d75451ca6a7d.tar.gz
HPC performance tools version bump:
scorep 8.0 otf2 3.0.2 opari 2.0.7 cube* 4.8
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16106cdc4514..525db297d481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = scorep
pkgdesc = Highly scalable and easy-to-use tool suite for profiling, event tracing, and online analysis of HPC applications.
- pkgver = 7.1
- pkgrel = 4
+ pkgver = 8.0
+ pkgrel = 1
url = http://www.vi-hps.org/projects/score-p/
arch = i686
arch = x86_64
license = BSD
- depends = cubew>=4.7
- depends = cubelib>=4.7
+ depends = cubew>=4.8
+ depends = cubelib>=4.8
depends = openmpi
- depends = otf2>=2.3-2
- depends = opari2
+ depends = otf2>=3.0
+ depends = opari2>=2.0.7
options = staticlibs
- source = http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-7.1/scorep-7.1.tar.gz
- md5sums = 5fb0105f2ef25121de406496c5c2542c
+ source = http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-8.0/scorep-8.0.tar.gz
+ sha256sums = 4c0f34f20999f92ebe6ca1ff706d0846b8ce6cd537ffbedb49dfaef0faa66311
pkgname = scorep
diff --git a/PKGBUILD b/PKGBUILD
index 2a85adabf4a6..db82ed2d504b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainers: James Spencer <james.s.spencer@gmail.com>
-# Darjan Krijan <darjan_krijan@gmx.de>
+# Darjan Krijan [https://disc-kuraudo.eu]
pkgname=scorep
-pkgver=7.1
-pkgrel=4
+pkgver=8.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>=4.7' 'cubelib>=4.7' 'openmpi' 'otf2>=2.3-2' 'opari2')
+depends=('cubew>=4.8' 'cubelib>=4.8' 'openmpi' 'otf2>=3.0' 'opari2>=2.0.7')
options=('staticlibs')
source=(http://perftools.pages.jsc.fz-juelich.de/cicd/${pkgname}/tags/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5fb0105f2ef25121de406496c5c2542c')
+sha256sums=('4c0f34f20999f92ebe6ca1ff706d0846b8ce6cd537ffbedb49dfaef0faa66311')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"