Newer
Older
sh ./autogen.sh
if [ "$2" == "master" ]
then
sh ./configure --disable-gpu
elif [ "$2" == "gin" ]
module load gcc/4.9.2
module load boost/1.54.0
sh ./configure
sh ./autogen.sh
if [ "$2" == "master" ]
then
sh ./configure --disable-gpu
elif [ "$2" == "gin" ]
module load gcc/4.9.2
module load boost/1.54.0
sh ./configure