From 48ec9d9c097831b5339c086ca0b1b2a46b62d0cd Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Mon, 28 Sep 2015 11:14:56 +0000 Subject: [PATCH] Added sit class file for the CUBE 4.3.2 performance analyzer. --- packages/tools/cube/cube-4.3.2 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 packages/tools/cube/cube-4.3.2 diff --git a/packages/tools/cube/cube-4.3.2 b/packages/tools/cube/cube-4.3.2 new file mode 100755 index 0000000..51e9ee8 --- /dev/null +++ b/packages/tools/cube/cube-4.3.2 @@ -0,0 +1,29 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2015 +# + +CATEGORY="tools" +PACKAGE="cube" +VERSION="4.3.2" +URL="http://www.scalasca.org/software/cube-4.x/download.html" +INSTALLER="Christoph Niethammer " + +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 \ + "