Added sit class file for the CUBE 4.3.2 performance analyzer.
This commit is contained in:
parent
e35f656dc5
commit
48ec9d9c09
1 changed files with 29 additions and 0 deletions
29
packages/tools/cube/cube-4.3.2
Executable file
29
packages/tools/cube/cube-4.3.2
Executable file
|
@ -0,0 +1,29 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# sit class file
|
||||||
|
#
|
||||||
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2015
|
||||||
|
#
|
||||||
|
|
||||||
|
CATEGORY="tools"
|
||||||
|
PACKAGE="cube"
|
||||||
|
VERSION="4.3.2"
|
||||||
|
URL="http://www.scalasca.org/software/cube-4.x/download.html"
|
||||||
|
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||||
|
|
||||||
|
CFLAGS+=-fnopermissive
|
||||||
|
|
||||||
|
# Archive A and package name P
|
||||||
|
A="${PACKAGE}-${VERSION}.tar.gz"
|
||||||
|
P="${PACKAGE}-${VERSION}"
|
||||||
|
|
||||||
|
QT4_DIR=${QT4_DIR:=$(dirname $(dirname $(which qmake)))}
|
||||||
|
#--with-tools \
|
||||||
|
#--with-gui \
|
||||||
|
#--with-qt=$QT4_DIR \
|
||||||
|
|
||||||
|
# Other interesting configure options:
|
||||||
|
#--enable-sampling \
|
||||||
|
CONFIGURE_OPTS=" \
|
||||||
|
--enable-shared \
|
||||||
|
--enable-static \
|
||||||
|
"
|
Loading…
Reference in a new issue