From 72f83aebe45c09227c6c3e3b3affcf55905ee0e8 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 2 May 2013 10:54:55 +0000 Subject: [PATCH] Added sit class file for Score-P 1.1.1. --- packages/performance/scorep/scorep-1.1.1 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 packages/performance/scorep/scorep-1.1.1 diff --git a/packages/performance/scorep/scorep-1.1.1 b/packages/performance/scorep/scorep-1.1.1 new file mode 100755 index 0000000..511e1a9 --- /dev/null +++ b/packages/performance/scorep/scorep-1.1.1 @@ -0,0 +1,24 @@ +#!/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=" \ +# " +