From 0c7c45a131251aaef24dfe5e6b803d136d51fbde Mon Sep 17 00:00:00 2001 From: John Marshall Date: Tue, 26 Feb 2019 16:29:29 +0000 Subject: [PATCH] missing_formula: add message for Asymptote Per Homebrew/legacy-homebrew#23029, there is no formula for Asymptote because you may well already have it installed via MacTeX anyway. --- Library/Homebrew/missing_formula.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb index ec3ddb4ce1..efb0784f02 100644 --- a/Library/Homebrew/missing_formula.rb +++ b/Library/Homebrew/missing_formula.rb @@ -26,6 +26,10 @@ module Homebrew Minimal installation: brew cask install basictex EOS + when "asymptote" then <<~EOS + Asymptote is bundled with MacTeX. Install it via TeX Live Utility or: + tlmgr install asymptote + EOS when "pip" then <<~EOS pip is part of the python formula: brew install python