From af5b68c36e9ac3a4dcc472c1b0ddd5d467de1a9a Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Tue, 26 Jan 2016 13:56:41 +0000 Subject: [PATCH] Sit class file for extra-p-1.0. --- packages/performance/extra-p/extra-p-1.0 | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 packages/performance/extra-p/extra-p-1.0 diff --git a/packages/performance/extra-p/extra-p-1.0 b/packages/performance/extra-p/extra-p-1.0 new file mode 100755 index 0000000..0e1080e --- /dev/null +++ b/packages/performance/extra-p/extra-p-1.0 @@ -0,0 +1,31 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2016 +# + +CATEGORY="performance" +PACKAGE="extra-p" +VERSION="1.0" +URL="http://www.scalasca.org/software/extra-p/" +INSTALLER="Christoph Niethammer " + + +# Archive A and package name P +A="${PACKAGE}-${VERSION}.tar.gz" +P="${PACKAGE}-${VERSION}" + + +# Other interesting configure options: +#--enable-sampling \ +CONFIGURE_OPTS=" \ + --enable-shared \ + --enable-static \ + " + +if [ ! -z "$CUBE_DIR" ] ; then + CONFIGURE_OPTS+=" --with-cube=$CUBE_DIR" +fi + +BUILDDIR=$SRCDIR/vpath +