Skip to content

Commit

Permalink
Upgrade Ginkgo dependency to version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Jun 27, 2024
1 parent 9e6ea8f commit 80fc909
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ endif()

if("${DDC_BUILD_KERNELS_SPLINES}")
# Ginkgo
find_package(Ginkgo 1.7.0 EXACT REQUIRED)
find_package(Ginkgo 1.8.0 EXACT REQUIRED)
target_link_libraries(DDC INTERFACE Ginkgo::ginkgo)
target_compile_definitions(DDC INTERFACE ginkgo_AVAIL)

Expand Down
2 changes: 1 addition & 1 deletion docker/doxygen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN chmod +x /bin/bash_run \
graphviz \
pkg-config \
doxygen-latex \
&& git clone -b v1.7.0 https://github.com/ginkgo-project/ginkgo.git \
&& git clone -b v1.8.0 https://github.com/ginkgo-project/ginkgo.git \
&& cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGINKGO_BUILD_OMP=OFF -DGINKGO_BUILD_TESTS=OFF -DGINKGO_BUILD_EXAMPLES=OFF -DGINKGO_BUILD_BENCHMARKS=OFF -B build-ginkgo -S ginkgo \
&& cmake --build build-ginkgo \
&& cmake --install build-ginkgo \
Expand Down
2 changes: 1 addition & 1 deletion docker/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN chmod +x /bin/bash_run \
# apt-get install -y --no-install-recommends \
# rocm-hip-sdk \
;; esac \
&& git clone -b v1.7.0 https://github.com/ginkgo-project/ginkgo.git \
&& git clone -b v1.8.0 https://github.com/ginkgo-project/ginkgo.git \
&& cd ginkgo \
&& case "${BACKEND}" in \
"cpu") \
Expand Down
2 changes: 1 addition & 1 deletion docker/oldest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN chmod +x /bin/bash_run \
apt-get install -y --no-install-recommends \
rocm-hip-sdk \
;; esac \
&& git clone -b v1.7.0 https://github.com/ginkgo-project/ginkgo.git \
&& git clone -b v1.8.0 https://github.com/ginkgo-project/ginkgo.git \
&& cd ginkgo \
&& case "${BACKEND}" in \
"cpu") \
Expand Down

0 comments on commit 80fc909

Please sign in to comment.