narray-bigmem 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: narray-bigmem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Seiya Nishizawa
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-01-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: NArray with big memory support
14
+ email: seiya@gfd-dennou.org
15
+ executables: []
16
+ extensions:
17
+ - ext/narray/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ChangeLog
21
+ - MANIFEST
22
+ - README
23
+ - README_NARRAY.en
24
+ - README_NARRAY.ja
25
+ - SPEC.en
26
+ - SPEC.ja
27
+ - ext/narray/depend
28
+ - ext/narray/extconf.rb
29
+ - ext/narray/mkmath.rb
30
+ - ext/narray/mknafunc.rb
31
+ - ext/narray/mkop.rb
32
+ - ext/narray/na_array.c
33
+ - ext/narray/na_func.c
34
+ - ext/narray/na_index.c
35
+ - ext/narray/na_linalg.c
36
+ - ext/narray/na_random.c
37
+ - ext/narray/narray.c
38
+ - ext/narray/narray.def
39
+ - ext/narray/narray.h
40
+ - ext/narray/narray_local.h
41
+ - lib/narray.rb
42
+ - lib/narray_ext.rb
43
+ - lib/nmatrix.rb
44
+ homepage: https://github.com/seiya/narray-bigmeme/
45
+ licenses:
46
+ - Ruby
47
+ metadata: {}
48
+ post_install_message:
49
+ rdoc_options:
50
+ - "--title"
51
+ - NArray
52
+ - "--main"
53
+ - NArray
54
+ - "--exclude"
55
+ - mk.*
56
+ - "--exclude"
57
+ - extconf\.rb
58
+ - "--exclude"
59
+ - ".*\\.h"
60
+ - "--exclude"
61
+ - lib/
62
+ - "--exclude"
63
+ - ".*\\.o"
64
+ - "--exclude"
65
+ - narray\.so
66
+ - "--exclude"
67
+ - libnarray\.*
68
+ - "--exclude"
69
+ - ChangeLog
70
+ - "--exclude"
71
+ - MANIFEST
72
+ - "--exclude"
73
+ - README*
74
+ - "--exclude"
75
+ - SPEC*
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubyforge_project:
90
+ rubygems_version: 2.2.2
91
+ signing_key:
92
+ specification_version: 2
93
+ summary: NArray with big memory support
94
+ test_files: []