データマイニングツール
Revisión | 07fc0738b1730fea06fc565c4ad0229baf3b956a (tree) |
---|---|
Tiempo | 2013-11-26 14:18:35 |
Autor | nain <nain0606@gmai...> |
Commiter | nain |
gem生成方法変更
@@ -16,7 +16,6 @@ all: library mkgem | ||
16 | 16 | |
17 | 17 | install: |
18 | 18 | (cd gem && ruby ../INSTALL.rb $(version)) |
19 | - (cd gem/bin && install * /usr/local/bin) | |
20 | 19 | |
21 | 20 | clean: |
22 | 21 | (cd lcm/lib && ruby extconf.rb && make clean) |
@@ -10,17 +10,24 @@ spec = Gem::Specification.new do |s| | ||
10 | 10 | s.homepage="http://www.nysol.jp/" |
11 | 11 | s.summary="tools for frequent pattern mining" |
12 | 12 | s.files=[ |
13 | -"lib/lcm.##lib_suffix##", | |
14 | -"lib/zdd_so.##lib_suffix##", | |
15 | -"lib/zdd.rb", | |
16 | -"lib/caep.rb", | |
17 | -"lib/cls.rb", | |
18 | -"lib/enumLcmEp.rb", | |
19 | -"lib/enumLcmIs.rb", | |
20 | -"lib/items.rb", | |
21 | -"lib/taxonomy.rb", | |
22 | -"lib/traDB.rb", | |
23 | -] | |
13 | + "lib/lcm.##lib_suffix##", | |
14 | + "lib/zdd_so.##lib_suffix##", | |
15 | + "lib/zdd.rb", | |
16 | + "lib/caep.rb", | |
17 | + "lib/cls.rb", | |
18 | + "lib/enumLcmEp.rb", | |
19 | + "lib/enumLcmIs.rb", | |
20 | + "lib/items.rb", | |
21 | + "lib/taxonomy.rb", | |
22 | + "lib/traDB.rb", | |
23 | + "bin/burst.rb", | |
24 | + "bin/mitemset.rb" | |
25 | + ] | |
26 | + s.bindir = 'bin' | |
27 | + s.executables = [ | |
28 | + "burst.rb","mitemset.rb" | |
29 | + ] | |
30 | + s.require_path = "lib" | |
24 | 31 | s.description = <<-EOF |
25 | 32 | アイテム集合マイニング、シーケンスマイニングのrubyコマンドセット。 |
26 | 33 | EOF |
@@ -1 +1 @@ | ||
1 | -commit 7fa871f88bef86323dccc4b2e81eedf80d3c80d7 | |
1 | +commit b787d996a565a85a853d6029d46264203ee8566f |