mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
tabs
This commit is contained in:
parent
ad8259dfa1
commit
78a5850eec
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ before_script:
|
|||
- ls -lrt $TRAVIS_BUILD_DIR
|
||||
- ls -lrt $NWCHEM_TOP
|
||||
- cd $NWCHEM_TOP/src && make nwchem_config && make 64_to_32 >& 6log &
|
||||
- ./travis/build_openblas.sh
|
||||
- ./travis/build_openblas.sh
|
||||
- cd $TRAVIS_BUILD_DIR ;git clone https://github.com/scibuilder/scalapack.git && mkdir -p scalapack/build && cd scalapack/build && cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DTEST_SCALAPACK=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBLAS_blas_LIBRARY="-L$TRAVIS_BUILD_DIR/lib -lopenblas" -DLAPACK_lapack_LIBRARY="-L$TRAVIS_BUILD_DIR/lib -lopenblas" -DCMAKE_INSTALL_PREFIX=$TRAVIS_BUILD_DIR && make V=0 -j3 >& scalap.log && make install && tail -20 scalap.log &&ls -lrt $TRAVIS_BUILD_DIR/lib
|
||||
- sleep 1
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue