Don't use module command inside package file, dependencies shall be handled externally.

This commit is contained in:
Christoph Niethammer 2012-11-27 08:54:50 +00:00
parent 91e3222f6a
commit 65ebef950e

View file

@ -10,8 +10,6 @@ VERSION="master"
URL="http://nanos.ac.upc.edu/content/mercurium-compiler" URL="http://nanos.ac.upc.edu/content/mercurium-compiler"
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>" INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
module load libs/nanox
# Archive A and package name P # Archive A and package name P
A=${PACKAGE}-${VERSION}.tar.bz2 A=${PACKAGE}-${VERSION}.tar.bz2
P=${PACKAGE}-${VERSION} P=${PACKAGE}-${VERSION}