Fortran compiler for macOS #111
cmichelenstrofer
started this conversation in
Dev
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installing Capytaine requires compiling fortran. When installing with
pip
you need to make sure you have fortran compilers. Macs do not come with a Fortran compiler.Install gfortran
gfortran
is part of the GNU compiler Collectiongcc
. There are several ways to install it, here is how I did it using MacPorts:export CC="gcc"
to your.zshrc
fileBeta Was this translation helpful? Give feedback.
All reactions