Remove osmium from blacklisted formulas
This commit is contained in:
parent
e9947fb42f
commit
f5321d1b0d
@ -64,10 +64,6 @@ module Homebrew
|
|||||||
and then follow the tutorial:
|
and then follow the tutorial:
|
||||||
#{Formatter.url("https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md")}
|
#{Formatter.url("https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md")}
|
||||||
EOS
|
EOS
|
||||||
when "osmium" then <<-EOS.undent
|
|
||||||
The creator of Osmium requests that it not be packaged and that people
|
|
||||||
use the GitHub master branch instead.
|
|
||||||
EOS
|
|
||||||
when "gfortran" then <<-EOS.undent
|
when "gfortran" then <<-EOS.undent
|
||||||
GNU Fortran is now provided as part of GCC, and can be installed with:
|
GNU Fortran is now provided as part of GCC, and can be installed with:
|
||||||
brew install gcc
|
brew install gcc
|
||||||
|
|||||||
@ -88,14 +88,6 @@ describe Homebrew::MissingFormula do
|
|||||||
it { is_expected.to be_blacklisted }
|
it { is_expected.to be_blacklisted }
|
||||||
end
|
end
|
||||||
|
|
||||||
context "osmium" do
|
|
||||||
%w[osmium Osmium].each do |s|
|
|
||||||
subject { s }
|
|
||||||
|
|
||||||
it { is_expected.to be_blacklisted }
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
context "gfortran" do
|
context "gfortran" do
|
||||||
subject { "gfortran" }
|
subject { "gfortran" }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user