From a3d2afe63e36edaf4ba55f2246e4ab9e1b696f47 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Wed, 25 May 2016 07:31:09 +0000 Subject: [PATCH] Added sit class files for PAPI 4.4.0 and 5.4.3. --- packages/performance/papi/papi-4.4.0 | 27 +++++++++++++++++++++ packages/performance/papi/papi-5.4.3 | 35 ++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100755 packages/performance/papi/papi-4.4.0 create mode 100755 packages/performance/papi/papi-5.4.3 diff --git a/packages/performance/papi/papi-4.4.0 b/packages/performance/papi/papi-4.4.0 new file mode 100755 index 0000000..1cedb43 --- /dev/null +++ b/packages/performance/papi/papi-4.4.0 @@ -0,0 +1,27 @@ +#!/bin/sh +# installation script for Papi +# +# Christoph Niethammer 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 + + diff --git a/packages/performance/papi/papi-5.4.3 b/packages/performance/papi/papi-5.4.3 new file mode 100755 index 0000000..eb928e0 --- /dev/null +++ b/packages/performance/papi/papi-5.4.3 @@ -0,0 +1,35 @@ +#!/bin/sh +# installation script for Papi +# +# Christoph Niethammer 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 +#} + + +