Skip to content
Snippets Groups Projects
Commit 2d47a5f2 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

blacklist: gfortran is now part of gcc

parent 8ca7124c
No related branches found
No related tags found
No related merge requests found
...@@ -75,5 +75,9 @@ def blacklisted? name ...@@ -75,5 +75,9 @@ def blacklisted? name
The creator of Osmium requests that it not be packaged and that people The creator of Osmium requests that it not be packaged and that people
use the GitHub master branch instead. use the GitHub master branch instead.
EOS EOS
when 'gfortran' then <<-EOS.undent
GNU Fortran is now provided as part of GCC, and can be installed with:
brew install gcc
EOS
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment