-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
1.10arm migration
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
MACOSX_DEPLOYMENT_TARGET: | ||
- '11.0' | ||
c_compiler: | ||
- clang | ||
c_compiler_version: | ||
- '11' | ||
channel_sources: | ||
- conda-forge/label/rust_dev,conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- clangxx | ||
cxx_compiler_version: | ||
- '11' | ||
freetype: | ||
- '2' | ||
macos_machine: | ||
- arm64-apple-darwin20.0.0 | ||
openexr: | ||
- '2.5' | ||
pin_run_as_build: | ||
freetype: | ||
max_pin: x | ||
zlib: | ||
max_pin: x.x | ||
target_platform: | ||
- osx-arm64 | ||
zip_keys: | ||
- - c_compiler_version | ||
- cxx_compiler_version | ||
zlib: | ||
- '1.2' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
conda_forge_output_validation: true | ||
provider: {linux_aarch64: default, linux_ppc64le: default} | ||
build_platform: {osx_arm64: osx_64} | ||
test_on_native_only: true |