Skip to content

Commit

Permalink
release(1.4.1): rebuild for numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Aug 8, 2024
1 parent 40fb106 commit 27f89cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,22 @@ jobs:
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v2

- name: Create virtual environment
run: python -m venv venv

- name: Activate virtual environment
run: source venv/bin/activate

- name: Install CMake
uses: ssrobins/install-cmake@v1
env:
CIBW_BEFORE_BUILD: source venv/bin/activate

- name: Build wheels
uses: pypa/[email protected]
# to supply options, put them in 'env', like:
env:
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install cython numpy scikit-build
CIBW_BEFORE_BUILD: source venv/bin/activate && git submodule init && git submodule update && pip install --user --break-system-packages cython numpy scikit-build
CPPFLAGS: -I/usr/local/opt/zlib/include
LDFLAGS: -L/usr/local/opt/zlib/lib
CIBW_ARCHS_MACOS: "x86_64 arm64"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def read(fname):

setup(
name='DracoPy',
version='1.4.0',
version='1.4.1',
description = 'Python wrapper for Google\'s Draco Mesh Compression Library',
author = 'Manuel Castro, William Silversmith :: Contributors :: Fatih Erol, Faru Nuri Sonmez, Zeyu Zhao, Denis Riviere',
author_email = '[email protected], [email protected]',
Expand Down

0 comments on commit 27f89cc

Please sign in to comment.