split apt commands

This commit is contained in:
edoapra 2017-11-21 16:12:12 -08:00
parent ae76b10acc
commit 3a424b22e5

View file

@ -30,9 +30,7 @@ before_script:
- sudo apt-get -y install libopenmpi-dev openmpi-bin tcsh make automake libtool autoconf
- sudo apt-get -y install perl
- sudo apt-get -y install libscalapack-openmpi1 libscalapack-mpi-dev
- cd $NWCHEM_TOP/src &&
make nwchem_config &&
make 64_to_32 >& 6log &
- cd $NWCHEM_TOP/src && make nwchem_config && make 64_to_32 >& 6log &
- sleep 1
script:
- cd $NWCHEM_TOP/src && make -j 3 >& make.log