mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Revive minimax_to_fortran_source.py
This commit is contained in:
parent
67208cef2f
commit
9cea0ffd4a
6 changed files with 8400 additions and 1983 deletions
|
|
@ -12,7 +12,8 @@ apt-get install -qq --no-install-recommends \
|
|||
python3-setuptools \
|
||||
python3-dev \
|
||||
build-essential \
|
||||
golang
|
||||
golang \
|
||||
unzip
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# install python packages
|
||||
|
|
@ -23,4 +24,10 @@ pip3 install --quiet \
|
|||
types-requests \
|
||||
mypy==0.902
|
||||
|
||||
# download inputs for minimax_to_fortran_source.py
|
||||
cd /workspace/cp2k/tools/minimax_tools
|
||||
wget -q https://www.cp2k.org/static/downloads/1_xData.zip
|
||||
echo "7be2e56d83d0cb17683bbc8ab85dae1dc9a9c937e1dc1bad1514857938e687cb 1_xData.zip" | sha256sum --check
|
||||
unzip -q -d 1_xData 1_xData.zip
|
||||
|
||||
#EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue