Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit a3964ede authored by Henry Schreiner's avatar Henry Schreiner Committed by GitHub
Browse files

feat: win arm cross compile support (#65)


* feat: win arm cross compile support

* WIP: add debugging info

Signed-off-by: default avatarHenry Schreiner <henryschreineriii@gmail.com>

* Update pyproject.toml

---------

Signed-off-by: default avatarHenry Schreiner <henryschreineriii@gmail.com>
parent 3397fdc6
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,7 @@ jobs: ...@@ -50,6 +50,7 @@ jobs:
- uses: pypa/cibuildwheel@v2.12.0 - uses: pypa/cibuildwheel@v2.12.0
env: env:
CIBW_ARCHS_MACOS: universal2 CIBW_ARCHS_MACOS: universal2
CIBW_ARCHS_WINDOWS: auto ARM64
- name: Verify clean directory - name: Verify clean directory
run: git diff --exit-code run: git diff --exit-code
......
cmake_minimum_required(VERSION 3.15...3.25) cmake_minimum_required(VERSION 3.15...3.26)
project(${SKBUILD_PROJECT_NAME} VERSION ${SKBUILD_PROJECT_VERSION}) project(${SKBUILD_PROJECT_NAME} VERSION ${SKBUILD_PROJECT_VERSION})
......
[build-system] [build-system]
requires = ["scikit-build-core", "pybind11"] requires = ["scikit-build-core>=0.2.1", "pybind11"]
build-backend = "scikit_build_core.build" build-backend = "scikit_build_core.build"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment