Skip to content

Commit

Permalink
Don't use march=native when building wheel (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly committed Jul 1, 2022
1 parent 68db7f1 commit f4411ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
GLM_ARCHITECTURE: default
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
Expand All @@ -27,6 +29,8 @@ jobs:
build_sdist:
name: Build source distribution
runs-on: ubuntu-latest
env:
GLM_ARCHITECTURE: default
steps:
- uses: actions/checkout@v3

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
Changelog
=========

2.1.1 - 2022-07-01
------------------

**Other changes:**

- We are now building the wheel for PyPI without ``--march=native`` to make it more portable across architectures.

2.1.0 - 2022-06-27
------------------

Expand Down

0 comments on commit f4411ac

Please sign in to comment.