Skip to content

Commit

Permalink
trying to fix windows and mac wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Dec 16, 2024
1 parent 0acbd55 commit 5a8a783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&
dnf install -y boost-devel openssl-devel libxml2-devel libtirpc-devel
fmt fmt-devel spdlog spdlog-devel capnproto capnproto-devel &&
rpm -ql boost-devel &&
cd /project &&
cmake -B build
-DBUILD_SHARED_LIBS=ON
Expand Down Expand Up @@ -234,6 +235,7 @@ jobs:
CIBW_ARCHS: ${{matrix.build-platform[1]}}
CIBW_PLATFORM: macos
CIBW_BUILD: cp*-${{matrix.build-platform[2]}}
MACOSX_DEPLOYMENT_TARGET: "${{ ${{matrix.build-platform[0]}} == 'macos-13' && '13.0' || '14.0' }}"

- uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions source/wrappers/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build-system]
requires = [
"setuptools>=42",
"oldest-supported-numpy; python_version < '3.13'",
"numpy >=1.7, <2; python_version >= '3.13'",
"oldest-supported-numpy; python_version < '3.12'",
"numpy >=1.7, <2; python_version >= '3.12'",
"Cython>=0.29",
"six"
]
Expand Down

0 comments on commit 5a8a783

Please sign in to comment.