File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ jobs:
265265
266266 - name : Download boost
267267 run : |
268- $url = "https://archives.boost.io/release/1.74 .0/source/boost_1_74_0 .tar.gz"
268+ $url = "https://archives.boost.io/release/1.87 .0/source/boost_1_87_0 .tar.gz"
269269 (New-Object System.Net.WebClient).DownloadFile($url, "$env:TEMP\boost.tar.gz")
270270 7z.exe x "$env:TEMP\boost.tar.gz" -o"$env:TEMP\boostArchive" -y | Out-Null
271271 7z.exe x "$env:TEMP\boostArchive" -o"$env:TEMP\boost" -y | Out-Null
@@ -481,7 +481,7 @@ jobs:
481481
482482 - name : Download boost
483483 run : |
484- $url = "https://archives.boost.io/release/1.74 .0/source/boost_1_74_0 .tar.gz"
484+ $url = "https://archives.boost.io/release/1.87 .0/source/boost_1_87_0 .tar.gz"
485485 (New-Object System.Net.WebClient).DownloadFile($url, "$env:TEMP\boost.tar.gz")
486486 7z.exe x "$env:TEMP\boost.tar.gz" -o"$env:TEMP\boostArchive" -y | Out-Null
487487 7z.exe x "$env:TEMP\boostArchive" -o"$env:TEMP\boost" -y | Out-Null
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188
189189 - name : Download boost
190190 run : |
191- $url = "https://archives.boost.io/release/1.74 .0/source/boost_1_74_0 .tar.gz"
191+ $url = "https://archives.boost.io/release/1.87 .0/source/boost_1_87_0 .tar.gz"
192192 (New-Object System.Net.WebClient).DownloadFile($url, "$env:TEMP\boost.tar.gz")
193193 7z.exe x "$env:TEMP\boost.tar.gz" -o"$env:TEMP\boostArchive" -y | Out-Null
194194 7z.exe x "$env:TEMP\boostArchive" -o"$env:TEMP\boost" -y | Out-Null
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ export PYTHON_EXECUTABLE=${PYTHON_EXECUTABLE:-"/usr/bin/python3"}
2020export KRATOS_INSTALL_PYTHON_USING_LINKS=ON
2121
2222# Boost setup
23- BOOST_VERSION=" 1.86 .0"
24- BOOST_DIR_NAME=" boost_1_86_0 "
23+ BOOST_VERSION=" 1.87 .0"
24+ BOOST_DIR_NAME=" boost_1_87_0 "
2525BOOST_TARBALL_URL=" https://archives.boost.io/release/${BOOST_VERSION} /source/${BOOST_DIR_NAME} .tar.gz"
2626BOOST_DOWNLOAD_DIR=" ${KRATOS_SOURCE} /external_libraries"
2727BOOST_EXTRACT_DIR=" ${BOOST_DOWNLOAD_DIR} /${BOOST_DIR_NAME} "
You can’t perform that action at this time.
0 commit comments