Closed telegraphic closed 3 years ago
As such pygedm (or any other FORTRAN) will not compile on M1 macs until they support gfortran.
There is an experimental release: https://github.com/fxcoudert/gfortran-for-macOS/releases/tag/11-arm-alpha2
So might not have to wait too long.
I have switched to using f2c to avoid fortran requirement (although it ads f2c requirement, which can be installed on M1 with conda install -c conda-forge f2c
f2c
conda install -c conda-forge f2c
As such pygedm (or any other FORTRAN) will not compile on M1 macs until they support gfortran.
There is an experimental release: https://github.com/fxcoudert/gfortran-for-macOS/releases/tag/11-arm-alpha2
So might not have to wait too long.