Skip to content

Commit 1fa69ab

Browse files
committed
psc-cpp-ubuntu-20.04: just do normal cmake get
1 parent dca453b commit 1fa69ab

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

docker/psc-cpp-ubuntu-20.04/Dockerfile

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,5 @@ RUN apt-get update \
77
libopenmpi-dev ninja-build \
88
apt-transport-https ca-certificates gnupg software-properties-common wget \
99
libhdf5-openmpi-dev \
10-
libadios2-mpi-c++11-dev libadios2-mpi-c-dev
11-
12-
# cmake version 3.21 is gtensor's lower bound as of March 11 2026;
13-
# it would probably work just as well to use the "latest" cmake, but
14-
# Docker caches RUN commands and will use the cached "latest" cmake indefinitely
15-
RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc \
16-
| gpg --dearmor - > /etc/apt/trusted.gpg.d/kitware.gpg \
17-
&& apt-add-repository 'deb https://apt.kitware.com/ubuntu/ noble main' \
18-
&& apt-get update \
19-
# if cmake needs to be updated, this shows the available versions:
20-
# && apt-cache madison cmake \
21-
&& apt-get -y install --no-install-recommends cmake=4.2.3-0kitware1ubuntu20.04.1
22-
10+
libadios2-mpi-c++11-dev libadios2-mpi-c-dev \
11+
cmake

0 commit comments

Comments
 (0)