# -*- encoding: utf-8 -*- # stub: nmatrix 0.2.3 ruby lib # stub: ext/nmatrix/extconf.rb Gem::Specification.new do |s| s.name = "nmatrix".freeze s.version = "0.2.3".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 = "2016-07-25" s.description = "NMatrix is a linear algebra library for Ruby, written mostly in C and C++.".freeze s.email = ["john.o.woods@gmail.com".freeze] s.extensions = ["ext/nmatrix/extconf.rb".freeze] s.files = ["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/ruby_object.h".freeze, "ext/nmatrix/extconf.rb".freeze, "ext/nmatrix/math.cpp".freeze, "ext/nmatrix/math/asum.h".freeze, "ext/nmatrix/math/cblas_enums.h".freeze, "ext/nmatrix/math/cblas_templates_core.h".freeze, "ext/nmatrix/math/gemm.h".freeze, "ext/nmatrix/math/gemv.h".freeze, "ext/nmatrix/math/getrf.h".freeze, "ext/nmatrix/math/getrs.h".freeze, "ext/nmatrix/math/imax.h".freeze, "ext/nmatrix/math/laswp.h".freeze, "ext/nmatrix/math/long_dtype.h".freeze, "ext/nmatrix/math/magnitude.h".freeze, "ext/nmatrix/math/math.h".freeze, "ext/nmatrix/math/nrm2.h".freeze, "ext/nmatrix/math/rot.h".freeze, "ext/nmatrix/math/rotg.h".freeze, "ext/nmatrix/math/scal.h".freeze, "ext/nmatrix/math/trsm.h".freeze, "ext/nmatrix/math/util.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/homogeneous.rb".freeze, "lib/nmatrix/io/fortran_format.rb".freeze, "lib/nmatrix/io/harwell_boeing.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_core.rb".freeze, "lib/nmatrix/lapack_plugin.rb".freeze, "lib/nmatrix/math.rb".freeze, "lib/nmatrix/mkmf.rb".freeze, "lib/nmatrix/monkeys.rb".freeze, "lib/nmatrix/nmatrix.rb".freeze, "lib/nmatrix/rspec.rb".freeze, "lib/nmatrix/shortcuts.rb".freeze, "lib/nmatrix/version.rb".freeze, "lib/nmatrix/yale_functions.rb".freeze, "spec/00_nmatrix_spec.rb".freeze, "spec/01_enum_spec.rb".freeze, "spec/02_slice_spec.rb".freeze, "spec/03_nmatrix_monkeys_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/homogeneous_spec.rb".freeze, "spec/io/fortran_format_spec.rb".freeze, "spec/io/harwell_boeing_spec.rb".freeze, "spec/io/test.rua".freeze, "spec/io_spec.rb".freeze, "spec/lapack_core_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-3-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\nIf you are upgrading from NMatrix 0.1.0 and rely on\nATLAS features, please check the README.\n\nFaster matrix calculations and more advanced linear\nalgebra features are available by installing either\nthe nmatrix-atlas or nmatrix-lapacke plugins.\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 a linear algebra library for Ruby".freeze s.test_files = ["spec/00_nmatrix_spec.rb".freeze, "spec/01_enum_spec.rb".freeze, "spec/02_slice_spec.rb".freeze, "spec/03_nmatrix_monkeys_spec.rb".freeze, "spec/blas_spec.rb".freeze, "spec/elementwise_spec.rb".freeze, "spec/homogeneous_spec.rb".freeze, "spec/io/fortran_format_spec.rb".freeze, "spec/io/harwell_boeing_spec.rb".freeze, "spec/io_spec.rb".freeze, "spec/lapack_core_spec.rb".freeze, "spec/math_spec.rb".freeze, "spec/nmatrix_yale_spec.rb".freeze, "spec/rspec_spec.rb".freeze, "spec/shortcuts_spec.rb".freeze, "spec/slice_set_spec.rb".freeze, "spec/stat_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze, ">= 1.3.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze, ">= 4.0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end