Skip to content

Commit

Permalink
Bump vcpkg to 2024.10.21 (#3561)
Browse files Browse the repository at this point in the history
* Update vcpkg tag to 2024.10.21

* requirements/windows.txt += boost-url

---------

Co-authored-by: Fedor Chelnokov <fedor.chelnokov@meshinspector.com>
  • Loading branch information
meshinspector-bot and Fedr authored Nov 7, 2024
1 parent aa6268e commit db834cb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:


env:
VCPKG-VERSION: '2024.07.12'
VCPKG-VERSION: '2024.10.21'

jobs:
prepare-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
type: boolean

env:
VCPKG-VERSION: '2024.07.12'
VCPKG-VERSION: '2024.10.21'

jobs:
windows-build-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
VCPKG-VERSION: '2024.07.12'
VCPKG-VERSION: '2024.10.21'
CUDA-VERSION: '11.4.2.47141'
CUDA-MAJOR: '11'
CUDA-MINOR: '4'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

env:
VCPKG-VERSION: '2024.07.12'
VCPKG-VERSION: '2024.10.21'

jobs:
image-select:
Expand Down
2 changes: 1 addition & 1 deletion doxygen/HomePage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please install CUDA (v12.0|v11.4)(Visual Studio 2022|2019) from [official site](
\code
$ git clone https://github.com/Microsoft/vcpkg.git
$ cd vcpkg
$ git checkout 2024.07.12
$ git checkout 2024.10.21
$ .\bootstrap-vcpkg.bat
$ .\vcpkg integrate install (with admin rights)
$ cd ..
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ If you would like to use another version of CUDA, please modify `MRCudaVersion`
```sh
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
git checkout 2024.07.12
git checkout 2024.10.21
.\bootstrap-vcpkg.bat
.\vcpkg integrate install (with admin rights)
```
Expand Down
3 changes: 2 additions & 1 deletion requirements/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ boost-range
boost-serialization
boost-signals2
boost-stacktrace
boost-url
libjpeg-turbo
cpr
eigen3
Expand All @@ -26,7 +27,7 @@ python3
spdlog
tiff
tinygltf
tinyxml2
tl-expected
glad
glfw3
tinyxml2
4 changes: 2 additions & 2 deletions thirdparty/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ if errorlevel 1 (

REM Set VCPKG_BINARY_SOURCES based on the option
if !write_s3_option! equ true (
set "VCPKG_BINARY_SOURCES=clear;x-aws,s3://vcpkg-export/2024.07.12/x64-windows-meshlib/,readwrite;"
set "VCPKG_BINARY_SOURCES=clear;x-aws,s3://vcpkg-export/2024.10.21/x64-windows-meshlib/,readwrite;"
echo "using aws auth"
) else (
set "VCPKG_BINARY_SOURCES=clear;x-aws-config,no-sign-request;x-aws,s3://vcpkg-export/2024.07.12/x64-windows-meshlib/,readwrite;"
set "VCPKG_BINARY_SOURCES=clear;x-aws-config,no-sign-request;x-aws,s3://vcpkg-export/2024.10.21/x64-windows-meshlib/,readwrite;"
echo "using no auth"
)
)
Expand Down

0 comments on commit db834cb

Please sign in to comment.