We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252767f commit b0a322aCopy full SHA for b0a322a
.github/workflows/win_cpu_build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: windows-latest
15
env:
16
17
- VCPKG_HASH: 4428702c1c56fdb7cb779584efdcba254d7b57ca #[neon2sse] create a new port; Has forge v1.0.8 and other cmake/vcpkg fixes
+ VCPKG_HASH: 14e7bb4ae24616ec54ff6b2f6ef4e8659434ea44
18
19
VCPKG_DEFAULT_TRIPLET: x64-windows
20
steps:
@@ -36,7 +36,7 @@ jobs:
36
cd vcpkg
37
git checkout $env:VCPKG_HASH
38
.\bootstrap-vcpkg.bat
39
- .\vcpkg.exe install boost-compute boost-functional boost-stacktrace fftw3 forge freeimage freetype glfw3 openblas
+ .\vcpkg.exe install boost-compute boost-math boost-stacktrace fftw3 freeimage freetype[core] forge glfw3 openblas
40
Remove-Item .\downloads,.\buildtrees,.\packages -Recurse -Force
41
42
- name: CMake Configure
0 commit comments