From 732b043195daad49a1b428c933564f9812c1cc5f Mon Sep 17 00:00:00 2001 From: Yusuke Miyazaki Date: Thu, 30 Mar 2017 21:11:13 +0900 Subject: [PATCH] jumanpp 1.02 Closes #11837. Signed-off-by: FX Coudert --- Formula/jumanpp.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Formula/jumanpp.rb b/Formula/jumanpp.rb index 80c69bd7ae881..2947d5db2d440 100644 --- a/Formula/jumanpp.rb +++ b/Formula/jumanpp.rb @@ -1,8 +1,8 @@ class Jumanpp < Formula desc "Japanese Morphological Analyzer based on RNNLM" homepage "http://nlp.ist.i.kyoto-u.ac.jp/EN/index.php?JUMAN%2B%2B" - url "http://lotus.kuee.kyoto-u.ac.jp/nl-resource/jumanpp/jumanpp-1.01.tar.xz" - sha256 "0d587416a3eb7123638f9c1e30a649b72dfb483448839168dcb48be572c5919a" + url "http://lotus.kuee.kyoto-u.ac.jp/nl-resource/jumanpp/jumanpp-1.02.tar.xz" + sha256 "01fa519cb1b66c9cccc9778900a4048b69b718e190a17e054453ad14c842e690" bottle do sha256 "0d7b87ef8e8e2321c4e6ae7adc54421be07ed062387bd251d2d52103496eb66d" => :sierra @@ -14,13 +14,6 @@ class Jumanpp < Formula depends_on "boost" depends_on "gperftools" - patch do - # This problem is resolved on upstream: https://github.com/ku-nlp/jumanpp/commit/4cabe0fb0ff28d0176a11f40b959e224eccc541e - # After 1.02 will be released, this patch should be removed. - url "https://gist.githubusercontent.com/chezou/076cb9c407de729ad2e2d04749f07f3e/raw/8115a2dfca48e9f9f5aee12cea39377238c5110f/jumanpp-Makefilein.patch" - sha256 "f7a2b222ea74625d9ccfe62d61d2808a828669463b6cad509aef95de7537ebc9" - end - def install system "./configure", "--disable-dependency-tracking", "--disable-silent-rules",