Skip to content

Commit

Permalink
jumanpp 1.02
Browse files Browse the repository at this point in the history
Closes #11837.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
ymyzk authored and fxcoudert committed Mar 31, 2017
1 parent 484208f commit 732b043
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions 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
Expand All @@ -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",
Expand Down

0 comments on commit 732b043

Please sign in to comment.