kbroman / qtl

R/qtl: A QTL mapping environment
https://rqtl.org
GNU General Public License v3.0
77 stars 45 forks source link

GH Action check failing on MacOS #92

Closed kbroman closed 3 years ago

kbroman commented 3 years ago

R CMD check via GitHub Actions is failing on MacOS because gfortran is not installed, or it's not installed in the right place.

See here:

ld: warning: directory not found for option '-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin18/8.2.0'
ld: warning: directory not found for option '-L/usr/local/gfortran/lib'
ld: library not found for -lgfortran
kbroman commented 3 years ago

This looks like a related problem: https://github.com/actions/virtual-environments/issues/2524

kbroman commented 3 years ago

This seems to have resolved on its own.