Skip to content

Commit

Permalink
prepare for osx-arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
katietz committed Aug 19, 2021
1 parent c549ffd commit 1a07cf2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# cuda 10.0, gcc 7.3
c_compiler_version:
- 7.3 # [linux64]
- 10 # [osx or aarch64]
- 10 # [(osx and x86_64) or aarch64]
- 12 # [osx and arm64]
cxx_compiler_version:
- 7.3 # [linux64]
- 10 # [osx or aarch64]
- 10 # [(osx and x86_64) or aarch64]
- 12 # [osx and arm64]
cudatoolkit:
- 10.0
python:
- 3.7
- 3.7 # [not (osx and arm64)]
- 3.8
- 3.9
pytorch_variant:
Expand Down

0 comments on commit 1a07cf2

Please sign in to comment.