Don't use module command inside package file; updated url.
This commit is contained in:
parent
3fb95675a9
commit
9bd98e935b
1 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
CATEGORY="performance"
|
||||
PACKAGE="extrae"
|
||||
VERSION="2.3"
|
||||
URL="http://www.bsc.es"
|
||||
URL="http://www.bsc.es/computer-sciences/extrae"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
|
@ -32,8 +32,6 @@ CONFIGURE_OPTS="\
|
|||
|
||||
# use PAPI
|
||||
if [ $enable_papi != 0 ] ; then
|
||||
module load system/perfctr
|
||||
module load system/papi
|
||||
PAPI_DIR=$(dirname $(dirname $(which papi_avail)))
|
||||
CONFIGURE_OPTS="$CONFIGURE_OPTS --with-papi=$PAPI_DIR"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue