From cf820a01c9215761432888f7d04c975805750fab Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Wed, 18 May 2016 10:06:04 +0000 Subject: [PATCH] Deleted old Score-P sit class files. --- packages/performance/scorep/scorep-1.1.1 | 24 ------------ packages/performance/scorep/scorep-2.0-beta1 | 39 -------------------- 2 files changed, 63 deletions(-) delete mode 100755 packages/performance/scorep/scorep-1.1.1 delete mode 100755 packages/performance/scorep/scorep-2.0-beta1 diff --git a/packages/performance/scorep/scorep-1.1.1 b/packages/performance/scorep/scorep-1.1.1 deleted file mode 100755 index 511e1a9..0000000 --- a/packages/performance/scorep/scorep-1.1.1 +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# sit class file -# -# Christoph Niethammer (C) 2013 -# - -CATEGORY="performance" -PACKAGE="scorep" -VERSION="1.1.1" -URL="http://www.vi-hps.org/projects/score-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=" \ -# " - diff --git a/packages/performance/scorep/scorep-2.0-beta1 b/packages/performance/scorep/scorep-2.0-beta1 deleted file mode 100755 index 59f2adb..0000000 --- a/packages/performance/scorep/scorep-2.0-beta1 +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# sit class file -# -# Christoph Niethammer (C) 2015 -# - -CATEGORY="performance" -PACKAGE="scorep" -VERSION="2.0-beta1" -URL="http://www.vi-hps.org/projects/score-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 [ $PLATFORM == "laki" ] ; then - #QT_DIR=$(qtpaths --install-prefix) - #CONFIGURE_OPTS += " --with-qt=$QT_DIR " - CONFIGURE_OPTS+=" --without-gui" -else - CONFIGURE_OPTS+=" --with-gui" -fi - -PAPI_BASE=$(dirname $(dirname $(which papi_avail))) -if [ ! -z $PAPI_BASE ] -then - CONFIGURE_OPTS+=" --with-papi-header=$PAPI_BASE/include --with-papi-lib=$PAPI_BASE/lib " -fi -