on mac send openblas build to background

This commit is contained in:
edoapra 2017-12-11 18:18:41 -08:00
parent 5e783d0cc9
commit ed15f33d00
No known key found for this signature in database
GPG key ID: 79CA3F28FF1B91CE

View file

@ -28,8 +28,9 @@ before_script:
- gfortran -v
- mpif90 -show
- ./travis/config_nwchem.sh
- ./travis/build_openblas.sh
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis/build_scalapack.sh ; fi
- if [[ "$TRAVIS_OS_NAME" == "os" ]]; then nohup bash -c "./travis/build_openblas.sh &" && sleep 3 && cat nohup.out; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis/build_openblas.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis/build_scalapack.sh; fi
- sleep 1
script:
- ./travis/compile_nwchem.sh