Skip to content

Commit b5034c6

Browse files
authored
Merge pull request #205 from light-curve/readme-macos-arm-abi3
Update macos ARM build instructions with ABI3
2 parents 62909d3 + 7898224 commit b5034c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

light-curve/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ We provide binary wheels via [PyPi](https://pypi.org/project/light-curve/) for n
3333
We build aarch64 macOS 12.0+ Python 3.8+ wheels locally and submit them running this command in `light-curve` directory:
3434
```
3535
rm -rf ./wheelhouse
36-
CIBW_BUILD='cp3*-macosx_arm64' CIBW_ENVIRONMENT="MACOSX_DEPLOYMENT_TARGET=12.0 MATURIN_PEP517_ARGS='--locked --no-default-features --features ceres-source,fftw-source,gsl'" CIBW_BEFORE_ALL='curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y; brew install gsl' python3 -mcibuildwheel --platform macos
36+
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
37+
brew install gsl
38+
CIBW_BUILD='cp3*-macosx_arm64' CIBW_ENVIRONMENT="MACOSX_DEPLOYMENT_TARGET=12.0 MATURIN_PEP517_ARGS='--locked --no-default-features --features ceres-source,fftw-source,gsl'" CIBW_BEFORE_ALL='' python3 -mcibuildwheel --platform macos
39+
CIBW_BUILD='cp310-macosx_arm64' CIBW_ENVIRONMENT="MACOSX_DEPLOYMENT_TARGET=12.0 MATURIN_PEP517_ARGS='--locked --no-default-features --features ceres-source,fftw-source,gsl,abi3'" CIBW_BEFORE_ALL='' python3 -mcibuildwheel --platform macos
3740
twine upload wheelhouse/*.whl
3841
```
3942

0 commit comments

Comments
 (0)