Skip to content

Commit

Permalink
[legacy] boost: Update download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Jan 7, 2025
1 parent 9551ab5 commit 15c0562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/legacy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ if("${isSystemDir}" STREQUAL "-1")
endif()

ExternalProject_Add(boost
URL "https://boostorg.jfrog.io/artifactory/main/release/1.${boost_version}.0/source/boost_1_${boost_version}_0.tar.bz2"
URL "https://archives.boost.io/release/1.${boost_version}.0/source/boost_1_${boost_version}_0.tar.bz2"
URL_HASH SHA256=6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e
BUILD_IN_SOURCE ON
PATCH_COMMAND ${patch} -d libs/python -p1 -i "${CMAKE_SOURCE_DIR}/legacy/boost/support-numpy-2.patch"
Expand Down

0 comments on commit 15c0562

Please sign in to comment.