[Groonga-commit] groonga/heroku-groonga-builder at 75e512d [master] Remove the ipa_dictionary

Back to archive index

Ryo Sugimoto null+****@clear*****
Mon Sep 15 08:03:32 JST 2014


Ryo Sugimoto	2014-09-15 08:03:32 +0900 (Mon, 15 Sep 2014)

  New Revision: 75e512d6d9a1ef36963654651a3b2fb2b497f797
  https://github.com/groonga/heroku-groonga-builder/commit/75e512d6d9a1ef36963654651a3b2fb2b497f797

  Merged 295f173: Merge branch 'build_mecab' of github.com:groonga/heroku-groonga-builder into build-mecab

  Message:
    Remove the ipa_dictionary

  Modified files:
    Rakefile

  Modified: Rakefile (+0 -17)
===================================================================
--- Rakefile    2014-09-14 19:46:49 +0900 (0b79378)
+++ Rakefile    2014-09-15 08:03:32 +0900 (24f0f65)
@@ -127,23 +127,6 @@ class GroongaBuilder
       sh("make", "check")
       sh("make", "install")
     end
-
-    ipadic_version = "2.7.0-20070801"
-    ipadic_archive_name = "mecab-ipadic-#{ipadic_version}"
-    sh("curl",
-       "--silent",
-       "--remote-name",
-       "--location",
-       "--fail",
-       "#{download_url}/#{ipadic_archive_name}.tar.gz")
-    sh("tar", "xf", "#{ipadic_archive_name}.tar.gz")
-    Dir.chdir(ipadic_archive_name) do
-      sh("./configure",
-	 "--prefix=#{absolete_mecab_prefix}",
-	 "--with-mecab-config=#{mecab_config}")
-      sh("make")
-      sh("make", "install")
-    end
   end
 
   def build_msgpack
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index