I think I’ve figured it out. I need to run brew link gcc
in before_install
to have gfortran
to exist as a link in /usr/local/bin.
1 Like
I think I’ve figured it out. I need to run brew link gcc
in before_install
to have gfortran
to exist as a link in /usr/local/bin.