Skip to content

Commit

Permalink
Try to update osx arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored and duncanmmacleod committed Aug 14, 2022
1 parent 4558c0c commit 62612cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
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.

0 comments on commit 62612cb

Please sign in to comment.