From 8a095ccdab6141b09981b0c7b8b9720fdabe0e7a Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Wed, 21 Aug 2019 15:03:45 +0000 Subject: [PATCH] Added sit class file for papi 5.7.0 --- packages/performance/papi/papi-5.7.0 | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 packages/performance/papi/papi-5.7.0 diff --git a/packages/performance/papi/papi-5.7.0 b/packages/performance/papi/papi-5.7.0 new file mode 100644 index 0000000..da1b39d --- /dev/null +++ b/packages/performance/papi/papi-5.7.0 @@ -0,0 +1,35 @@ +#!/bin/sh +# installation script for Papi +# +# Christoph Niethammer 2015 +# + + +# package to build +CATEGORY="performance" +PACKAGE="papi" +VERSION="5.7.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 + +#src_prepare() { +# cd $SRCDIR +# tar xfz ${SRC_POOL}/perfmon2-libpfm4-a67b3d4.tar.gz +# rm -rf libpfm4 +# ln -s perfmon2-libpfm4-a67b3d4 libpfm4 +#} + + +