Skip to content

Commit

Permalink
correcting cibuildwheel paths for windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 5, 2024
1 parent d49b662 commit 1db327e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,11 @@ jobs:
if: runner.os == 'Windows'
env:
XDR_ROOT: extlib/install
CMAKE_PREFIX_PATH: C:/vcpkg/installed/x64-windows-static-md;C:/vcpkg/installed/x64-windows-static-md/include
CMAKE_PREFIX_PATH: C:/vcpkg/installed/x64-windows-static-md
Boost_DIR: C:/vcpkg/installed/x64-windows-static-md/share/boost
LibXml2_DIR: C:/vcpkg/installed/x64-windows-static-md/share/libxml2
# Iconv_DIR: C:/vcpkg/installed/x64-windows-static-md/share/iconv
# Iconv_INCLUDE_DIR: C:/vcpkg/installed/x64-windows-static-md/include
# Iconv_LIBRARY: C:/vcpkg/installed/x64-windows-static-md/lib
CapnProto_DIR: C:/vcpkg/installed/x64-windows-static-md/share/capnproto
fmt_DIR: C:/vcpkg/installed/x64-windows-static-md/share/fmt
# Boost_INCLUDE_DIR: C:/vcpkg/installed/x64-windows-static-md/include
run: >
cmake -Bextlib/build ./extlib
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
Expand Down Expand Up @@ -138,8 +134,8 @@ jobs:
if: runner.OS == 'Windows'
uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: ./install/python_installer
config-file: ./install/python_installer/pyproject.toml
package-dir: ${{github.workspace}}/install/python_installer
config-file: ${{github.workspace}}/install/python_installer/pyproject.toml
env:
CIBW_ARCHS: ${{matrix.build-platform[1]}}
CIBW_PLATFORM: windows
Expand Down

0 comments on commit 1db327e

Please sign in to comment.