Skip to content

Commit

Permalink
Add build config for osx-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Jun 17, 2023
1 parent 9101360 commit bb04d41
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
20 changes: 20 additions & 0 deletions build_config/macOS-arm64-py310.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
CONDA_BUILD_SYSROOT:
- '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
MACOSX_DEPLOYMENT_TARGET:
- '11.1'
c_compiler:
- clang
c_compiler_version:
- '14'
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
macos_machine:
- arm64-apple-darwin20.0.0
python:
- '3.10'
numpy:
- '1.21'
target_platform:
- osx-arm64
20 changes: 20 additions & 0 deletions build_config/macOS-arm64-py311.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
CONDA_BUILD_SYSROOT:
- '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
MACOSX_DEPLOYMENT_TARGET:
- '11.1'
c_compiler:
- clang
c_compiler_version:
- '14'
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
macos_machine:
- arm64-apple-darwin20.0.0
python:
- '3.11'
numpy:
- '1.23'
target_platform:
- osx-arm64
20 changes: 20 additions & 0 deletions build_config/macOS-arm64-py39.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
CONDA_BUILD_SYSROOT:
- '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
MACOSX_DEPLOYMENT_TARGET:
- '11.1'
c_compiler:
- clang
c_compiler_version:
- '14'
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
macos_machine:
- arm64-apple-darwin20.0.0
python:
- '3.9'
numpy:
- '1.21'
target_platform:
- osx-arm64

0 comments on commit bb04d41

Please sign in to comment.