Skip to content

Commit

Permalink
Merge pull request #5816 from jmarshall/asymptote
Browse files Browse the repository at this point in the history
missing_formula: add message for Asymptote
  • Loading branch information
MikeMcQuaid authored Mar 13, 2019
2 parents af0bbc7 + e1e69da commit 056da81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Library/Homebrew/missing_formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def blacklisted_reason(name)
macOS provides gem as part of Ruby. To install a newer version:
brew install ruby
EOS
when "tex", "tex-live", "texlive", "latex" then <<~EOS
when "tex", "tex-live", "texlive", "mactex", "latex" then <<~EOS
There are three versions of MacTeX.
Full installation:
Expand All @@ -26,6 +26,10 @@ def blacklisted_reason(name)
Minimal installation:
brew cask install basictex
EOS
when "asymptote" then <<~EOS
Asymptote is part of MacTeX:
brew cask install mactex
EOS
when "pip" then <<~EOS
pip is part of the python formula:
brew install python
Expand Down

0 comments on commit 056da81

Please sign in to comment.