Compilation for Apple Silicon #354
thinhhoang95
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thank you for your suggestion! For now, scikit-fda is pure Python. But we depend in several libraries that are partially written in C, such as fdasrsf. Maybe you should try to take a look at those. Also, I am not sure M1 Mac is currently available in Github actions for testing, which makes more difficult to ensure that it works. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given that M1 Macs are now becoming more widely available on the market, I think it could be helpful to compile scikit-fda on ARM64 to work with Apple Silicon SoCs. It seems that scikit-learn is already available on M1, I wonder if scikit-fda actually depends on any dependency that has yet to be ported to M1 so that library compilation can eventually take place?
Beta Was this translation helpful? Give feedback.
All reactions