-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gfortran warning solved on M1 macOS 11.6.2 #11
Comments
@RubD Hi? |
Thanks for the suggestion @wyq977 . If you want you can make a pull request with an update for the installation_issues file using your suggestion. |
@drieslab Hi, I added the guide on m1 and new apple silicon macs, on Thx |
Perfect, thanks! |
I wasn't clear how to update the sdk:
|
Could you post this on the Giotto issues channel? https://github.com/drieslab/Giotto/issues This repo is for the old website and will be deleted in the future. |
I was confused about updating the sdk: sudo gfortran-update-sdk |
Hi, I found out that the even with R 4.2.0 and apple silicon Macs, gfortran can still be installed manally following the instruction here. Updates on https://rubd.github.io/Giotto_site/articles/installation_issues.html#errors-on-macos might be needed. I can make a pull requests if needed on gfortran on you can simply refer users here
This is specific to Apple silicon Macs, an experimental build of GNU Fortran compiler is required otherwise errors like these would pop up during installation:
This is due to no Fortran compiler and it can be solved with an experimental build given that the R is installed at
/opt/R/arm64/
via HomebrewRef: https://support.bioconductor.org/p/9138121/
The text was updated successfully, but these errors were encountered: