Added sit class file paraver 4.6.1.
This commit is contained in:
parent
ac692f1a2d
commit
7555548dc6
1 changed files with 21 additions and 0 deletions
21
packages/performance/paraver/paraver-4.6.1
Normal file
21
packages/performance/paraver/paraver-4.6.1
Normal file
|
@ -0,0 +1,21 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2016
|
||||
#
|
||||
|
||||
CATEGORY="performance"
|
||||
PACKAGE="paraver"
|
||||
VERSION="4.6.1"
|
||||
URL="http://www.bsc.es/computer-sciences/paraver"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-sources-${VERSION}.tar.gz
|
||||
P=${PACKAGE}-sources-${VERSION}/wxparaver
|
||||
|
||||
BUILDDIR=$SRCDIR
|
||||
# Other interesting configure options:
|
||||
#CONFIGURE_OPTS="\
|
||||
# "
|
||||
|
Loading…
Reference in a new issue