revised scalasca-1.4.2

This commit is contained in:
Jose Gracia 2013-07-17 19:21:09 +00:00 committed by Christoph Niethammer
parent e1625fa05c
commit a1b6715971

View file

@ -55,7 +55,11 @@ LOGDIR=${LOGDIR:="/tmp/$USER-$PACKAGE-$VERSION/"}
# and the build dir name seems to change
src_build() {
#cd build-linux-${COMPILER}-${MPI}
cd build-linux-gomp-${MPI}
if [ $PLATFORM="laki" ] ; then
cd build-linux-gomp-${MPI}
else
cd build-crayxt-gnu
fi
make
cd -
}