24 lines
428 B
Bash
Executable file
24 lines
428 B
Bash
Executable file
#!/bin/sh
|
|
# sit class file
|
|
#
|
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2013
|
|
#
|
|
|
|
CATEGORY="performance"
|
|
PACKAGE="scorep"
|
|
VERSION="1.1.1"
|
|
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=" \
|
|
# "
|
|
|