File tree 2 files changed +17
-9
lines changed
spack/configs/docker/ubuntu20_cuda
2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,14 @@ RUN sudo apt-get install -y supervisor
21
21
RUN sudo useradd --create-home --shell /bin/bash ${USER}
22
22
RUN sudo apt-get install doxygen elfutils gfortran graphviz language-pack-en-base less libopenblas-dev libomp-dev mpich python3-sphinx ssh texlive-full tree -fy
23
23
24
+ # Install CMake
25
+ RUN wget -q --no-check-certificate https://cmake.org/files/v3.21/cmake-3.21.7-linux-x86_64.tar.gz && \
26
+ tar -xzf cmake-3.21.7-linux-x86_64.tar.gz && \
27
+ rm -r cmake-3.21.7-linux-x86_64/share/vim/vimfiles && \
28
+ cp -fR cmake-3.21.7-linux-x86_64/* /usr && \
29
+ rm -rf cmake-3.21.7-linux-x86_64 && \
30
+ rm cmake-3.21.7-linux-x86_64.tar.gz
31
+
24
32
WORKDIR /opt/archives
25
33
RUN curl -L https://github.com/gitpod-io/openvscode-server/releases/download/openvscode-server-v1.69.1/openvscode-server-v1.69.1-linux-x64.tar.gz > \
26
34
/opt/archives/openvscode-server-v1.69.1-linux-x64.tar.gz
Original file line number Diff line number Diff line change @@ -166,30 +166,30 @@ spack:
166
166
caliper :
167
167
require : " @2.10.0~kokkos"
168
168
camp :
169
- require : " @2023.06 .0"
169
+ require : " @2024.02 .0"
170
170
conduit :
171
- require : " @0.8.8 ~shared~test~examples~utilities"
171
+ require : " @0.9.1 ~shared~test~examples~utilities"
172
172
hdf5 :
173
173
variants : ~shared~mpi
174
174
hypre :
175
175
version : [2.24.0]
176
176
# do shared mfem to allow PIC flag in mfem
177
177
mfem :
178
- require : " @4.5.2+shared~static "
178
+ require : " @4.6.0 "
179
179
raja :
180
- require : " @2023.06 .0~shared~examples~exercises"
180
+ require : " @2024.02 .0~shared~examples~exercises"
181
181
scr :
182
- require : " @develop ~shared"
182
+ require : " @3.0.1 ~shared~tests~examples "
183
183
umpire :
184
- require : " @2023.06 .0~shared~examples"
184
+ require : " @2024.02 .0~shared~examples~werror "
185
185
186
186
# Globally lock in version of devtools
187
187
cmake :
188
- version : [3.20.4 ]
188
+ version : [3.21.7 ]
189
189
buildable : false
190
190
externals :
191
- - spec : cmake@3.20.4
192
- prefix : /opt/view
191
+ - spec : cmake@3.21.7
192
+ prefix : /usr
193
193
doxygen :
194
194
version : [1.8.17]
195
195
buildable : false
You can’t perform that action at this time.
0 commit comments