Skip to content

Commit 414b34e

Browse files
committed
#2216: Bump version of cuda image, since 11.2.0 is no longer available on dockerhub
1 parent ba147c7 commit 414b34e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/docker/ubuntu-nvidia-cpp.dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ RUN ./mpich.sh 3.3.2 -j4
5353

5454
ARG external_fmt
5555
COPY ./ci/deps/fmt.sh fmt.sh
56+
5657
RUN if test ${external_fmt} -eq 1; then \
58+
chmod +x ./fmt.sh && \
5759
./fmt.sh 7.1.3 -j4; \
5860
fi
5961

cmake/load_bundled_libraries.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if(${vt_external_fmt})
2828
else()
2929
message(STATUS "vt_external_fmt = ON but fmt_DIR is not provided!")
3030
endif()
31-
find_package(fmt 9.1.0 REQUIRED)
31+
find_package(fmt 7.1.0 REQUIRED)
3232

3333
else()
3434
set(FMT_LIBRARY fmt)

0 commit comments

Comments
 (0)