summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarjan Krijan2022-04-30 13:01:17 +0200
committerDarjan Krijan2022-04-30 13:01:17 +0200
commit3dc9948bef011b0fee3be64a736d595d62ac0fef (patch)
tree18ff6e20a20e5e3cce1c2c77515def0cef684740
parent8bbbb0a88b450104d8cc404a2ee91bdae3d12541 (diff)
downloadaur-3dc9948bef011b0fee3be64a736d595d62ac0fef.tar.gz
otf2 --enable shared rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f431a6d8b109..16106cdc4514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 3
+ pkgrel = 4
url = http://www.vi-hps.org/projects/score-p/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = scorep
depends = cubew>=4.7
depends = cubelib>=4.7
depends = openmpi
- depends = otf2>=2.3
+ depends = otf2>=2.3-2
depends = opari2
options = staticlibs
source = http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-7.1/scorep-7.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3858bb9c7a60..2a85adabf4a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=scorep
pkgver=7.1
-pkgrel=3
+pkgrel=4
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' 'opari2')
+depends=('cubew>=4.7' 'cubelib>=4.7' 'openmpi' 'otf2>=2.3-2' 'opari2')
options=('staticlibs')
source=(http://perftools.pages.jsc.fz-juelich.de/cicd/${pkgname}/tags/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
md5sums=('5fb0105f2ef25121de406496c5c2542c')