Skip to content

Commit

Permalink
ARM OSX Migrator (#62)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored May 27, 2022
2 parents d07496e + a59130d commit 54ae18a
Show file tree
Hide file tree
Showing 13 changed files with 190 additions and 14 deletions.
9 changes: 9 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.19python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.19python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.21python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
35 changes: 35 additions & 0 deletions .ci_support/osx_arm64_numpy1.19python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
vtk:
max_pin: x.x.x
python:
- 3.8.* *_cpython
target_platform:
- osx-arm64
vtk:
- 9.1.0
zip_keys:
- - c_compiler_version
- fortran_compiler_version
- - python
- numpy
35 changes: 35 additions & 0 deletions .ci_support/osx_arm64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
vtk:
max_pin: x.x.x
python:
- 3.9.* *_cpython
target_platform:
- osx-arm64
vtk:
- 9.1.0
zip_keys:
- - c_compiler_version
- fortran_compiler_version
- - python
- numpy
35 changes: 35 additions & 0 deletions .ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
- '1.21'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
vtk:
max_pin: x.x.x
python:
- 3.10.* *_cpython
target_platform:
- osx-arm64
vtk:
- 9.1.0
zip_keys:
- - c_compiler_version
- fortran_compiler_version
- - python
- numpy
3 changes: 3 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 54 additions & 6 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
provider:
win: azure
bot:
automerge: true
build_platform:
osx_arm64: osx_64
conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
bot:
automerge: true
provider:
win: azure
test: native_and_emulated
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ build:

requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- vtk # [build_platform != target_platform]
- {{ compiler('fortran') }}
- {{ compiler('c') }}
host:
Expand Down

0 comments on commit 54ae18a

Please sign in to comment.