Fixed ScoreP-6.0 sit class file: Added support for Intel compiler.
This commit is contained in:
parent
a09156427b
commit
da9d342fb2
1 changed files with 7 additions and 1 deletions
|
@ -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 <gracia@hlrs.de>"
|
||||
|
||||
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue