# -*- encoding: utf-8 -*- # stub: nmatrix 0.0.6 ruby lib # stub: ext/nmatrix/extconf.rb Gem::Specification.new do |s| s.name = "nmatrix".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Woods".freeze, "Chris Wailes".freeze, "Aleksey Timin".freeze] s.date = "2013-08-09" s.description = "NMatrix is an experimental linear algebra library for Ruby, written mostly in C.".freeze s.email = ["john.o.woods@gmail.com".freeze] s.extensions = ["ext/nmatrix/extconf.rb".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "ext/nmatrix/binary_format.txt".freeze, "ext/nmatrix/data/complex.h".freeze, "ext/nmatrix/data/data.cpp".freeze, "ext/nmatrix/data/data.h".freeze, "ext/nmatrix/data/rational.h".freeze, "ext/nmatrix/data/ruby_object.h".freeze, "ext/nmatrix/extconf.rb".freeze, "ext/nmatrix/nmatrix.cpp".freeze, "ext/nmatrix/nmatrix.h".freeze, "ext/nmatrix/ruby_constants.cpp".freeze, "ext/nmatrix/ruby_constants.h".freeze, "ext/nmatrix/storage/common.cpp".freeze, "ext/nmatrix/storage/common.h".freeze, "ext/nmatrix/storage/dense.cpp".freeze, "ext/nmatrix/storage/dense.h".freeze, "ext/nmatrix/storage/list.cpp".freeze, "ext/nmatrix/storage/list.h".freeze, "ext/nmatrix/storage/storage.cpp".freeze, "ext/nmatrix/storage/storage.h".freeze, "ext/nmatrix/storage/yale.cpp".freeze, "ext/nmatrix/storage/yale.h".freeze, "ext/nmatrix/ttable_helper.rb".freeze, "ext/nmatrix/types.h".freeze, "ext/nmatrix/util/io.cpp".freeze, "ext/nmatrix/util/io.h".freeze, "ext/nmatrix/util/lapack.h".freeze, "ext/nmatrix/util/math.cpp".freeze, "ext/nmatrix/util/math.h".freeze, "ext/nmatrix/util/sl_list.cpp".freeze, "ext/nmatrix/util/sl_list.h".freeze, "ext/nmatrix/util/util.h".freeze, "lib/nmatrix.rb".freeze, "lib/nmatrix/blas.rb".freeze, "lib/nmatrix/io/market.rb".freeze, "lib/nmatrix/io/mat5_reader.rb".freeze, "lib/nmatrix/io/mat_reader.rb".freeze, "lib/nmatrix/lapack.rb".freeze, "lib/nmatrix/monkeys.rb".freeze, "lib/nmatrix/nmatrix.rb".freeze, "lib/nmatrix/nvector.rb".freeze, "lib/nmatrix/shortcuts.rb".freeze, "lib/nmatrix/version.rb".freeze, "lib/nmatrix/yale_functions.rb".freeze, "nmatrix.gemspec".freeze, "scripts/mac-brew-gcc.sh".freeze, "spec/2x2_dense_double.mat".freeze, "spec/4x4_sparse.mat".freeze, "spec/4x5_dense.mat".freeze, "spec/blas_spec.rb".freeze, "spec/elementwise_spec.rb".freeze, "spec/io_spec.rb".freeze, "spec/lapack_spec.rb".freeze, "spec/leakcheck.rb".freeze, "spec/math_spec.rb".freeze, "spec/nmatrix_list_spec.rb".freeze, "spec/nmatrix_spec.rb".freeze, "spec/nmatrix_yale_resize_test_associations.yaml".freeze, "spec/nmatrix_yale_spec.rb".freeze, "spec/nvector_spec.rb".freeze, "spec/shortcuts_spec.rb".freeze, "spec/slice_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/utm5940.mtx".freeze] s.homepage = "http://sciruby.com".freeze s.post_install_message = "***********************************************************\nWelcome to SciRuby: Tools for Scientific Computing in Ruby!\n\n *** WARNING ***\nPlease be aware that NMatrix is in ALPHA status. If you're\nthinking of using NMatrix to write mission critical code,\nsuch as for driving a car or flying a space shuttle, you\nmay wish to choose other software (for now).\n\nNMatrix requires a C compiler, and has been tested only\nwith GCC 4.6+. We are happy to accept contributions\nwhich improve the portability of this project.\n\nAlso required is ATLAS. Most Linux distributions and Mac\nversions include ATLAS, but you may wish to compile it\nyourself. Rumor has it that the Ubuntu/Debian apt package\nfor ATLAS WILL NOT WORK with NMatrix. Please install it\nmanually if you are using apt.\n\nMore explicit instructions for NMatrix and SciRuby should\nbe available on the SciRuby website, sciruby.com, or\nthrough our mailing list (which can be found on our web-\nsite).\n\nThanks for trying out NMatrix! Happy coding!\n\n***********************************************************\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "NMatrix is an experimental linear algebra library for Ruby, written mostly in C.".freeze s.test_files = ["spec/2x2_dense_double.mat".freeze, "spec/4x4_sparse.mat".freeze, "spec/4x5_dense.mat".freeze, "spec/blas_spec.rb".freeze, "spec/elementwise_spec.rb".freeze, "spec/io_spec.rb".freeze, "spec/lapack_spec.rb".freeze, "spec/leakcheck.rb".freeze, "spec/math_spec.rb".freeze, "spec/nmatrix_list_spec.rb".freeze, "spec/nmatrix_spec.rb".freeze, "spec/nmatrix_yale_resize_test_associations.yaml".freeze, "spec/nmatrix_yale_spec.rb".freeze, "spec/nvector_spec.rb".freeze, "spec/shortcuts_spec.rb".freeze, "spec/slice_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/utm5940.mtx".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8.1".freeze]) end