sit/packages/performance/papi/papi-4.4.0

28 lines
397 B
Text
Raw Normal View History

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