diff --git a/packages/performance/scorep/scorep-6.0 b/packages/performance/scorep/scorep-6.0 index d93a702..05cfc87 100755 --- a/packages/performance/scorep/scorep-6.0 +++ b/packages/performance/scorep/scorep-6.0 @@ -6,7 +6,7 @@ CATEGORY="performance" PACKAGE="scorep" -VERSION="3.1" +VERSION="6.0" URL="http://www.vi-hps.org/projects/score-p" INSTALLER="Jose Gracia " @@ -50,8 +50,14 @@ 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 " + case $COMPILER in + intel) + CONFIGURE_OPTS+=" --with-nocross-compiler-suite=intel" + ;; + esac fi + src_prepare() { case $PLATFORM in hazelhen)