#!/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 #}