mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Get AiiDA tests working again (except one test)
This commit is contained in:
parent
c75b9cced4
commit
48cc69b9ac
1 changed files with 2 additions and 5 deletions
|
|
@ -23,7 +23,8 @@ apt-get install -qq --no-install-recommends \
|
|||
plocate \
|
||||
sudo \
|
||||
git \
|
||||
ssh
|
||||
ssh \
|
||||
mpich
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Create and activate a virtual environment for Python packages.
|
||||
|
|
@ -35,10 +36,6 @@ export PATH="/opt/venv/bin:$PATH"
|
|||
export LANG="en_US.UTF-8" LANGUAGE="en_US:en" LC_ALL="en_US.UTF-8"
|
||||
locale-gen ${LANG}
|
||||
|
||||
# link mpi executables into path
|
||||
MPI_INSTALL_DIR=$(dirname "$(command -v mpiexec)")
|
||||
for i in "${MPI_INSTALL_DIR}"/*; do ln -sf "$i" /usr/bin/; done
|
||||
|
||||
# Pick a compiler (needed to build some Python packages)
|
||||
export CC=gcc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue