Skip to content

Commit

Permalink
arm images in the pipeline [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmaj committed Apr 19, 2024
1 parent d333d31 commit 9519839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
CIBW_BEFORE_BUILD: yum makecache && yum install -y gcc-c++ cmake && pip install ninja
CIBW_BUILD: "*manylinux*"
CIBW_ARCHS_LINUX: "auto64"
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_TEST_COMMAND: 'python -c "import polyhedral_gravity"'
with:
package-dir: .
Expand All @@ -43,6 +43,7 @@ jobs:
env:
CIBW_BEFORE_BUILD: brew install ninja gcc@12
CIBW_ENVIRONMENT: "CC=gcc-12 CXX=g++-12"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_TEST_COMMAND: 'python -c "import polyhedral_gravity"'
with:
package-dir: .
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def build_extension(self, ext):
# --------------------------------------------------------------------------------
setup(
name="polyhedral_gravity",
version="3.0",
version="3.0rc4",
author="Jonas Schuhmacher",
author_email="jonas.schuhmacher@tum.de",
description="Package to compute full gravity tensor of a given constant density polyhedron for arbitrary points "
Expand Down

0 comments on commit 9519839

Please sign in to comment.