Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild for hdf51122 fixed #119

Merged
merged 7 commits into from
Aug 14, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try to update osx arm build
  • Loading branch information
hmaarrfk authored and duncanmmacleod committed Aug 14, 2022
commit 62612cb117c62b71f39ef9fb1d2a7a22babf63cf
4 changes: 4 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ if [[ "$mpi" != "nompi" ]]; then
export HDF5_MPI="ON"
fi

if [[ ${target_platform} == "osx-arm64" ]]; then
export CIBW_ARCHS_MACOS=arm64
fi

# tell setup.py to not 'pip install' exact package requirements
export H5PY_SETUP_REQUIRES="0"

Expand Down
2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ package:
source:
url: https://github.com/h5py/h5py/archive/{{ version }}.tar.gz
sha256: 71ee0e0a25d6acc5e99ff13c287cae006604f6054dd9b60c352d0216e5d6b6f4
patches:
- osx-arm64.diff # [osx and arm64]

build:
skip: true # [py<=36]
Expand Down
11 changes: 0 additions & 11 deletions recipe/osx-arm64.diff

This file was deleted.