diff --git a/third_party/gflags/CMakeLists.txt b/third_party/gflags/CMakeLists.txt index 7eea739001f..c34c2993a42 100644 --- a/third_party/gflags/CMakeLists.txt +++ b/third_party/gflags/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( gflags GIT_REPOSITORY https://github.com/gflags/gflags.git - GIT_TAG f7388c6655e699f777a5a74a3c9880b9cfaabe59 + GIT_TAG 827c769e5fc98e0f2a34c47cef953cc6328abced ) # need to set the variables in CACHE due to CMP0077 set(GFLAGS_BUILD_TESTING OFF CACHE INTERNAL "") diff --git a/third_party/gtest/CMakeLists.txt b/third_party/gtest/CMakeLists.txt index 25f340ce122..23bfc3f4a62 100644 --- a/third_party/gtest/CMakeLists.txt +++ b/third_party/gtest/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG 6a7ed316a5cdc07b6d26362c90770787513822d4 + GIT_TAG e2239ee6043f73722e7aa812a459f54a28552929 ) # need to set the variables in CACHE due to CMP0077 set(gtest_disable_pthreads ON CACHE INTERNAL "") @@ -22,4 +22,4 @@ set_target_properties(gtest gtest_main PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${GINKGO_LIBRARY_PATH}") # by default, the outdated targets are not being exported add_library(GTest::Main ALIAS gtest_main) -add_library(GTest::GTest ALIAS gtest) \ No newline at end of file +add_library(GTest::GTest ALIAS gtest) diff --git a/third_party/hwloc/CMakeLists.txt b/third_party/hwloc/CMakeLists.txt index c4d82d5e654..a47e9a84877 100644 --- a/third_party/hwloc/CMakeLists.txt +++ b/third_party/hwloc/CMakeLists.txt @@ -1,7 +1,7 @@ message(STATUS "Configuring and building HWLOC") set(TPL_HWLOC_PATH "${PROJECT_BINARY_DIR}/third_party/hwloc") -ginkgo_load_and_configure_package(hwloc_external "https://download.open-mpi.org/release/hwloc/v2.3/hwloc-2.3.0.tar.gz" - "SHA1=69d8e2f088d365cf5e86d04f049c6b1e09e2b9c3" +ginkgo_load_and_configure_package(hwloc_external "https://download.open-mpi.org/release/hwloc/v2.4/hwloc-2.4.1.tar.gz" + "SHA1=b94950e8958e1125ca75ecac0bc0259ee3d108c4" "${TPL_HWLOC_PATH}/src/configure" "--disable-nvml" "--disable-cuda" "--disable-rsmi" ) diff --git a/third_party/rapidjson/CMakeLists.txt b/third_party/rapidjson/CMakeLists.txt index c272a8b41a0..db8ad449fe6 100644 --- a/third_party/rapidjson/CMakeLists.txt +++ b/third_party/rapidjson/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( rapidjson GIT_REPOSITORY https://github.com/Tencent/rapidjson.git - GIT_TAG 88bd956d66d348f478bceebfdadb8e26c6844695 + GIT_TAG 48fbd8cd202ca54031fe799db2ad44ffa8e77c13 ) FetchContent_GetProperties(rapidjson) if(NOT rapidjson_POPULATED) @@ -11,4 +11,4 @@ if(NOT rapidjson_POPULATED) endif() set(RapidJSON_INCLUDE_DIR "${rapidjson_SOURCE_DIR}/include") add_library(rapidjson INTERFACE) -set_target_properties(rapidjson PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${RapidJSON_INCLUDE_DIR}") \ No newline at end of file +set_target_properties(rapidjson PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${RapidJSON_INCLUDE_DIR}")