# -*- encoding: utf-8 -*- # stub: nmatrix 0.1.0.rc3 ruby lib # stub: ext/nmatrix/extconf.rb Gem::Specification.new do |s| s.name = "nmatrix".freeze s.version = "0.1.0.rc3".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".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 = "2014-03-27" 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, ".travis.yml".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/meta.h".freeze, "ext/nmatrix/data/rational.h".freeze, "ext/nmatrix/data/ruby_object.h".freeze, "ext/nmatrix/extconf.rb".freeze, "ext/nmatrix/math.cpp".freeze, "ext/nmatrix/math/asum.h".freeze, "ext/nmatrix/math/geev.h".freeze, "ext/nmatrix/math/gemm.h".freeze, "ext/nmatrix/math/gemv.h".freeze, "ext/nmatrix/math/ger.h".freeze, "ext/nmatrix/math/gesdd.h".freeze, "ext/nmatrix/math/gesvd.h".freeze, "ext/nmatrix/math/getf2.h".freeze, "ext/nmatrix/math/getrf.h".freeze, "ext/nmatrix/math/getri.h".freeze, "ext/nmatrix/math/getrs.h".freeze, "ext/nmatrix/math/idamax.h".freeze, "ext/nmatrix/math/inc.h".freeze, "ext/nmatrix/math/laswp.h".freeze, "ext/nmatrix/math/long_dtype.h".freeze, "ext/nmatrix/math/math.h".freeze, "ext/nmatrix/math/nrm2.h".freeze, "ext/nmatrix/math/potrs.h".freeze, "ext/nmatrix/math/rot.h".freeze, "ext/nmatrix/math/rotg.h".freeze, "ext/nmatrix/math/scal.h".freeze, "ext/nmatrix/math/swap.h".freeze, "ext/nmatrix/math/trsm.h".freeze, "ext/nmatrix/nm_memory.h".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/ruby_nmatrix.c".freeze, "ext/nmatrix/storage/common.cpp".freeze, "ext/nmatrix/storage/common.h".freeze, "ext/nmatrix/storage/dense/dense.cpp".freeze, "ext/nmatrix/storage/dense/dense.h".freeze, "ext/nmatrix/storage/list/list.cpp".freeze, "ext/nmatrix/storage/list/list.h".freeze, "ext/nmatrix/storage/storage.cpp".freeze, "ext/nmatrix/storage/storage.h".freeze, "ext/nmatrix/storage/yale/class.h".freeze, "ext/nmatrix/storage/yale/iterators/base.h".freeze, "ext/nmatrix/storage/yale/iterators/iterator.h".freeze, "ext/nmatrix/storage/yale/iterators/row.h".freeze, "ext/nmatrix/storage/yale/iterators/row_stored.h".freeze, "ext/nmatrix/storage/yale/iterators/row_stored_nd.h".freeze, "ext/nmatrix/storage/yale/iterators/stored_diagonal.h".freeze, "ext/nmatrix/storage/yale/math/transpose.h".freeze, "ext/nmatrix/storage/yale/yale.cpp".freeze, "ext/nmatrix/storage/yale/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/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/enumerate.rb".freeze, "lib/nmatrix/io/market.rb".freeze, "lib/nmatrix/io/mat5_reader.rb".freeze, "lib/nmatrix/io/mat_reader.rb".freeze, "lib/nmatrix/io/point_cloud.rb".freeze, "lib/nmatrix/lapack.rb".freeze, "lib/nmatrix/math.rb".freeze, "lib/nmatrix/monkeys.rb".freeze, "lib/nmatrix/nmatrix.rb".freeze, "lib/nmatrix/nvector.rb".freeze, "lib/nmatrix/rspec.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, "scripts/mac-mavericks-brew-gcc.sh".freeze, "spec/00_nmatrix_spec.rb".freeze, "spec/01_enum_spec.rb".freeze, "spec/02_slice_spec.rb".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_yale_resize_test_associations.yaml".freeze, "spec/nmatrix_yale_spec.rb".freeze, "spec/rspec_monkeys.rb".freeze, "spec/rspec_spec.rb".freeze, "spec/shortcuts_spec.rb".freeze, "spec/slice_set_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/stat_spec.rb".freeze, "spec/test.pcd".freeze, "spec/utm5940.mtx".freeze] s.homepage = "http://sciruby.com".freeze s.licenses = ["BSD 2-clause".freeze] s.post_install_message = "***********************************************************\nWelcome to SciRuby: Tools for Scientific Computing in Ruby!\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. The Ubuntu/Debian apt package for ATLAS WILL \nNOT WORK with NMatrix if LAPACK is also installed.\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".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/00_nmatrix_spec.rb".freeze, "spec/01_enum_spec.rb".freeze, "spec/02_slice_spec.rb".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_yale_resize_test_associations.yaml".freeze, "spec/nmatrix_yale_spec.rb".freeze, "spec/rspec_monkeys.rb".freeze, "spec/rspec_spec.rb".freeze, "spec/shortcuts_spec.rb".freeze, "spec/slice_set_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/stat_spec.rb".freeze, "spec/test.pcd".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".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8.1".freeze]) end