mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
fetch external tarballs
This commit is contained in:
parent
d36d2f95e5
commit
7487c285df
2 changed files with 8 additions and 0 deletions
5
.github/workflows/github_actions.yml
vendored
5
.github/workflows/github_actions.yml
vendored
|
|
@ -522,6 +522,11 @@ jobs:
|
|||
if: steps.setup-cache.outputs.cache-hit == 'true'
|
||||
run: |
|
||||
./travis/cache_fetch.sh
|
||||
- name: get external files
|
||||
if: steps.setup-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
mkdir -p ~/cache
|
||||
NWCHEM_TOP=$(pwd) ./contrib/getfiles.nwchem ~/cache
|
||||
- name: compile
|
||||
id: compile
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -12,3 +12,6 @@ set -v
|
|||
ls -lart /home/runner/work/nwchem/nwchem/src/libext/mpich/mpich/../../include || true
|
||||
ls -lart /home/runner/work/nwchem/nwchem/src/libext/include || true
|
||||
ls -lart /home/runner/work/nwchem/nwchem/src/libext/mpich || true
|
||||
rsync -av ~/cache/dftd3.tgz src/nwpw/nwpwlib/nwpwxc/. || true
|
||||
rsync -av ~/cache/OpenBLAS*gz src/libext/openblas/. || true
|
||||
rsync -av ~/cache/scalapack*zip src/libext/scalapack/. || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue