diff --git a/packages/debugger/marmot-2.4.0 b/packages/debugger/marmot-2.4.0 new file mode 100755 index 0000000..1f24ec5 --- /dev/null +++ b/packages/debugger/marmot-2.4.0 @@ -0,0 +1,24 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2012 +# + +CATEGORY="debugger" +PACKAGE="marmot" +VERSION="2.4.0" +URL="http://www.hlrs.de/organization/av/amt/projects/marmot/" +INSTALLER="Christoph Niethammer " + +# Archive A and package name P +A=Marmot-${VERSION}-Source.tar.gz +P=Marmot-${VERSION}-Source + + +# Other interesting configure options: +# DDT plugin requires CUBE support +# copy share/marmot/examples/marmot ddt plugin.xml into ddt's plugins folder +# -DMARMOT_USE_CUBE \ +# -DMARMOT_USE_OPENMP \ +CMAKE_OPT="" +