Added sit class file for PDT 3.25.1
This commit is contained in:
parent
c623173aa9
commit
a24ff4aa9c
1 changed files with 22 additions and 0 deletions
22
packages/performance/pdt/pdt-3.25.1
Executable file
22
packages/performance/pdt/pdt-3.25.1
Executable file
|
@ -0,0 +1,22 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# sit class file
|
||||||
|
#
|
||||||
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2019
|
||||||
|
#
|
||||||
|
|
||||||
|
CATEGORY="performance"
|
||||||
|
PACKAGE="pdt"
|
||||||
|
VERSION="3.25.1"
|
||||||
|
URL="https://www.cs.uoregon.edu/research/pdt/"
|
||||||
|
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||||
|
|
||||||
|
# Archive A and package name P
|
||||||
|
A="$PACKAGE-$VERSION.tar.gz"
|
||||||
|
P="pdtoolkit-$VERSION"
|
||||||
|
|
||||||
|
BUILDDIR=$SRCDIR
|
||||||
|
|
||||||
|
CONFIGURE_OPTS="
|
||||||
|
-prefix=$PREFIX \
|
||||||
|
"
|
||||||
|
|
Loading…
Reference in a new issue