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 \ + "