mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Docker: Fix Ubuntu toolchain
This commit is contained in:
parent
fc612d0cf4
commit
eddd3b7fe4
2 changed files with 6 additions and 1 deletions
|
|
@ -5,12 +5,18 @@
|
|||
# install Ubuntu packages
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
autoconf \
|
||||
autogen \
|
||||
automake \
|
||||
autotools-dev \
|
||||
ca-certificates \
|
||||
cmake \
|
||||
git \
|
||||
less \
|
||||
libtool \
|
||||
make \
|
||||
nano \
|
||||
pkg-config \
|
||||
python \
|
||||
rsync \
|
||||
unzip \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ apt-get install -y --no-install-recommends \
|
|||
gcc-${GCC_VERSION} \
|
||||
g++-${GCC_VERSION} \
|
||||
gfortran-${GCC_VERSION} \
|
||||
pkg-config \
|
||||
fftw3-dev \
|
||||
libopenblas-dev \
|
||||
liblapack-dev \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue