Implements builds for Apple Silicon
This MR introduces support for building our packages on Apple Silicon. We currently use the M1-macmini available.
Merge request reports
Activity
Well, for obvious reasons, intel-mkl should not be available on M1 macs. @amohammadi: do you understand why it's been picked up?(solved!)pyqt and sox are not available on the specified versions. What to do here?
Finally, I think we are the maintainers of libblitz - @amohammadi: can you enable builds for osx-arm64?
Edited by André AnjosFor pyqt, we are stuck until Qt can be compiled on osx-arm64: https://github.com/conda-forge/pyqt-feedstock/issues/101
For sox, a similar issue is not even opened so far on https://github.com/conda-forge/sox-feedstock
added 2 commits
Issues to track:
Edited by André Anjos@amohammadi: something is fishy with the way we test "bob-devel" here. I added a selector for
mkl
to intel machines only. However, "bob-devel" insists in using all packages after the# AUTOMATIC PARSING START
, even the ones with selectors. Can you please have a look? Thanks!You are right - I mistakenly pushed this mod to master, and then rebased here. You can have a look at this commit: f1607889
added 5 commits
-
511aff08...f78bc4ad - 3 commits from branch
master
- 4d82d646 - Implements builds for Apple Silicon
- 917d94dd - Revert "Revert "[conda_build_config] Only install mkl on intel processors""
-
511aff08...f78bc4ad - 3 commits from branch
There, @amohammadi
- Resolved by André Anjos
added 1 commit
- 44bf12a4 - [conda_build_config] Only install mkl on intel processors (avoid definition of mkl variable)