Sit class file for Score-P framework.
This commit is contained in:
parent
a89f55c795
commit
e7f7220417
1 changed files with 25 additions and 0 deletions
25
packages/performance/scorep/scorep-1.4.2
Executable file
25
packages/performance/scorep/scorep-1.4.2
Executable file
|
@ -0,0 +1,25 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2015
|
||||
#
|
||||
|
||||
CATEGORY="performance"
|
||||
PACKAGE="scorep"
|
||||
VERSION="1.4.2"
|
||||
URL="http://www.vi-hps.org/projects/score-p"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
|
||||
# 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 \
|
||||
"
|
||||
|
Loading…
Reference in a new issue