mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 13:45:27 -04:00
cache fix
This commit is contained in:
parent
b8bc56ecb9
commit
06401ff00a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@
|
|||
mkdir -p src/NWints/simint/libsimint_source/simint_install && \
|
||||
rsync -av ~/cache/simint/simint_install/* src/NWints/simint/libsimint_source/simint_install/. || true
|
||||
[ -f ~/cache/tarballs/dftd3.tgz ] && rsync -av ~/cache/tarballs/dftd3.tgz src/nwpw/nwpwlib/nwpwxc/dftd3.tgz || true
|
||||
[ -f "~/cache/libxc/install/lib/libxc.a" ] && rsync -av ~/cache/libxc/install src/libext/libxc/. || true
|
||||
[ -f ~/cache/libxc/install/lib/libxc.a ] && rsync -av ~/cache/libxc/install src/libext/libxc/. || true
|
||||
echo "cache fetched"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue