Support Requests: Browse | Submit New | Admin

[#13987] NArray Gem for MS Windows (narray-0.5.9-mswin32.gem)

Date:
2007-09-16 15:32
Priority:
3
Submitted By:
Jan Wedekind (wedesoft)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
NArray Gem for MS Windows (narray-0.5.9-mswin32.gem)

Detailed description
I've built a Rubygem for installing NArray under MS Windows. Here's the gemspec-file which I used:

-----------
Gem::Specification.new do |spec|

  spec.name =  'narray'
  spec.version = '0.5.9'
  # LINUX_586, WIN32, or DARWIN
  spec.platform = Gem::Platform::WIN32
  spec.summary = "NArray is an n-dimensional numerical array class. Data types: integer/float/complexe/Ruby object.
Methods: array manipulation including multi-dimensional slicing, fast arithmetic/matrix operations, etc."
  spec.authors = [ "Masahiro Tanaka" ]
  spec.homepage = "http://rubyforge.org/projects/narray"
  spec.require_paths = [ '.', 'lib', 'ext' ]
  spec.files = [ "narray.gemspec", "lib/narray_ext.rb", "lib/nmatrix.rb",
"ext/narray.so" ]

end
----------

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
narray-0.5.9-mswin32.gem narray-0.5.9-mswin32.gem Download

Changes:

Field Old Value Date By
File Added2514: narray-0.5.9-mswin32.gem2007-09-16 15:32wedesoft