diff --git a/packages/performance/scorep/scorep-1.4.2 b/packages/performance/scorep/scorep-1.4.2 new file mode 100755 index 0000000..355936a --- /dev/null +++ b/packages/performance/scorep/scorep-1.4.2 @@ -0,0 +1,25 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2015 +# + +CATEGORY="performance" +PACKAGE="scorep" +VERSION="1.4.2" +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 \ + " +