mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Docker: Enable test_cp2k_dcd.py in ASE
This commit is contained in:
parent
b91a4127e3
commit
a1dac8cd7c
1 changed files with 5 additions and 1 deletions
|
|
@ -36,7 +36,11 @@ EndOfMessage
|
|||
chmod +x /usr/bin/cp2k
|
||||
|
||||
mkdir -p ~/.config/ase
|
||||
echo -e "[executables]\ncp2k = /usr/bin/cp2k_shell\n" > ~/.config/ase/ase.conf
|
||||
cat > ~/.config/ase/ase.conf << EndOfMessage
|
||||
[executables]
|
||||
cp2k = /usr/bin/cp2k_shell
|
||||
cp2k_main = /usr/bin/cp2k
|
||||
EndOfMessage
|
||||
|
||||
echo -e "\n========== Installing Dependencies =========="
|
||||
apt-get update -qq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue