Skip to content

Commit

Permalink
Merge pull request #55 from xhochy/reenable-osx-arm64
Browse files Browse the repository at this point in the history
Re-enable osx-arm64
  • Loading branch information
xhochy committed Jan 16, 2024
2 parents c136922 + 37030e9 commit 5e6a8fa
Show file tree
Hide file tree
Showing 10 changed files with 190 additions and 11 deletions.
12 changes: 12 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.

30 changes: 30 additions & 0 deletions .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '16'
libxml2:
- '2.12'
macos_machine:
- arm64-apple-darwin20.0.0
ncurses:
- '6'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- osx-arm64
xz:
- '5'
zlib:
- '1.2'
zstd:
- '1.5'
30 changes: 30 additions & 0 deletions .ci_support/osx_arm64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '16'
libxml2:
- '2.12'
macos_machine:
- arm64-apple-darwin20.0.0
ncurses:
- '6'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
target_platform:
- osx-arm64
xz:
- '5'
zlib:
- '1.2'
zstd:
- '1.5'
30 changes: 30 additions & 0 deletions .ci_support/osx_arm64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '16'
libxml2:
- '2.12'
macos_machine:
- arm64-apple-darwin20.0.0
ncurses:
- '6'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- osx-arm64
xz:
- '5'
zlib:
- '1.2'
zstd:
- '1.5'
30 changes: 30 additions & 0 deletions .ci_support/osx_arm64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '16'
libxml2:
- '2.12'
macos_machine:
- arm64-apple-darwin20.0.0
ncurses:
- '6'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
- osx-arm64
xz:
- '5'
zlib:
- '1.2'
zstd:
- '1.5'
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

28 changes: 28 additions & 0 deletions README.md

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

4 changes: 1 addition & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ source:
- patches/0001-Define-CPU_SUBTYPE_ARM64E-if-not-available.patch

build:
number: 0
# This needs clang-compiler-activation-feedstock build
skip: true # [osx and arm64]
number: 1

requirements:
build:
Expand Down

0 comments on commit 5e6a8fa

Please sign in to comment.