Sit class file for papi+perfmon based on git revision snapshots.
This commit is contained in:
parent
c6103c0302
commit
00fcff6b9c
1 changed files with 36 additions and 0 deletions
36
packages/performance/papi/papi-2015-09-08-git85a9312
Executable file
36
packages/performance/papi/papi-2015-09-08-git85a9312
Executable file
|
@ -0,0 +1,36 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# installation script for Papi
|
||||||
|
#
|
||||||
|
# Christoph Niethammer <niethammer@hlrs.de> 2015
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
# package to build
|
||||||
|
CATEGORY="performance"
|
||||||
|
PACKAGE="papi"
|
||||||
|
GITVERSION="85a9312"
|
||||||
|
VERSION="2015-09-09-git$GITVERSION"
|
||||||
|
|
||||||
|
# Archive A and package name P
|
||||||
|
# archive can be tar.bz2 or tar.gz file
|
||||||
|
A=${PACKAGE}-${GITVERSION}.tar.gz
|
||||||
|
P=${PACKAGE}-${GITVERSION}
|
||||||
|
|
||||||
|
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/lib libpfm4
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue