Skip to content

Commit

Permalink
#2216: Bump version of cuda image, since 11.2.0 is no longer availabl…
Browse files Browse the repository at this point in the history
…e on dockerhub
  • Loading branch information
JacobDomagala committed Jan 23, 2024
1 parent 89ae273 commit ce8b6eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ci/docker/ubuntu-nvidia-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ RUN ./mpich.sh 3.3.2 -j4

ARG external_fmt
COPY ./ci/deps/fmt.sh fmt.sh

RUN if test ${external_fmt} -eq 1; then \
chmod +x ./fmt.sh && \
./fmt.sh 7.1.3 -j4; \
fi

Expand Down
2 changes: 1 addition & 1 deletion cmake/load_bundled_libraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(${vt_external_fmt})
else()
message(STATUS "vt_external_fmt = ON but fmt_DIR is not provided!")
endif()
find_package(fmt 9.1.0 REQUIRED)
find_package(fmt 7.1.0 REQUIRED)

else()
set(FMT_LIBRARY fmt)
Expand Down

0 comments on commit ce8b6eb

Please sign in to comment.