File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
docker/psc-cpp-ubuntu-20.04 Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments