Skip to content

Commit

Permalink
Don't use march=native when building wheel (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly authored Jul 1, 2022
1 parent 06106dc commit 7970c04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
Changelog
=========

Unreleased
----------
3.1.1 - 2022-07-01
------------------

**Other changes:**

- Add Python 3.10 support.
- Add Python 3.10 support to CI (remove Python 3.6).
- Build wheel for PyPI without ``march=native``.


3.1.0 - 2022-03-07
Expand Down

0 comments on commit 7970c04

Please sign in to comment.