Added sit class files for PAPI 4.4.0 and 5.4.3.
This commit is contained in:
parent
9d89fea32c
commit
a3d2afe63e
2 changed files with 62 additions and 0 deletions
27
packages/performance/papi/papi-4.4.0
Executable file
27
packages/performance/papi/papi-4.4.0
Executable file
|
@ -0,0 +1,27 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# installation script for Papi
|
||||||
|
#
|
||||||
|
# Christoph Niethammer <niethammer@hlrs.de> 2016
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
# package to build
|
||||||
|
CATEGORY="performance"
|
||||||
|
PACKAGE="papi"
|
||||||
|
VERSION="4.4.0"
|
||||||
|
|
||||||
|
# Archive A and package name P
|
||||||
|
# archive can be tar.bz2 or tar.gz file
|
||||||
|
A=${PACKAGE}-${VERSION}.tar.gz
|
||||||
|
P=${PACKAGE}-${VERSION}
|
||||||
|
|
||||||
|
SRCDIR=${SRCDIR}/src
|
||||||
|
BUILDDIR=$SRCDIR
|
||||||
|
|
||||||
|
CONFIGURE_OPTS="\
|
||||||
|
"
|
||||||
|
|
||||||
|
|
||||||
|
# path to the source code directory
|
||||||
|
|
||||||
|
|
35
packages/performance/papi/papi-5.4.3
Executable file
35
packages/performance/papi/papi-5.4.3
Executable file
|
@ -0,0 +1,35 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# installation script for Papi
|
||||||
|
#
|
||||||
|
# Christoph Niethammer <niethammer@hlrs.de> 2016
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
# package to build
|
||||||
|
CATEGORY="performance"
|
||||||
|
PACKAGE="papi"
|
||||||
|
VERSION="5.4.3"
|
||||||
|
|
||||||
|
# Archive A and package name P
|
||||||
|
# archive can be tar.bz2 or tar.gz file
|
||||||
|
A=${PACKAGE}-${VERSION}.tar.gz
|
||||||
|
P=${PACKAGE}-${VERSION}
|
||||||
|
|
||||||
|
SRCDIR=${SRCDIR}/src
|
||||||
|
BUILDDIR=$SRCDIR
|
||||||
|
|
||||||
|
CONFIGURE_OPTS="\
|
||||||
|
"
|
||||||
|
|
||||||
|
|
||||||
|
# path to the source code directory
|
||||||
|
|
||||||
|
#src_prepare() {
|
||||||
|
# cd $SRCDIR
|
||||||
|
# tar xfz ${SRC_POOL}/perfmon2-libpfm4-a67b3d4.tar.gz
|
||||||
|
# rm -rf libpfm4
|
||||||
|
# ln -s perfmon2-libpfm4-a67b3d4 libpfm4
|
||||||
|
#}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue