Sit class file for extra-p-1.0.
This commit is contained in:
parent
cedbcbbf86
commit
af5b68c36e
1 changed files with 31 additions and 0 deletions
31
packages/performance/extra-p/extra-p-1.0
Executable file
31
packages/performance/extra-p/extra-p-1.0
Executable file
|
@ -0,0 +1,31 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# sit class file
|
||||||
|
#
|
||||||
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2016
|
||||||
|
#
|
||||||
|
|
||||||
|
CATEGORY="performance"
|
||||||
|
PACKAGE="extra-p"
|
||||||
|
VERSION="1.0"
|
||||||
|
URL="http://www.scalasca.org/software/extra-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 \
|
||||||
|
"
|
||||||
|
|
||||||
|
if [ ! -z "$CUBE_DIR" ] ; then
|
||||||
|
CONFIGURE_OPTS+=" --with-cube=$CUBE_DIR"
|
||||||
|
fi
|
||||||
|
|
||||||
|
BUILDDIR=$SRCDIR/vpath
|
||||||
|
|
Loading…
Reference in a new issue