Sha256: 73c082b551d19fc9b9180eda05b60fb8afd55e09bfdee2a7f54315ba10731810

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

require File.expand_path(%q{../lib/gsl/version}, __FILE__)

begin
  require 'hen'

  note = '[Ruby 2.x and GSL 1.16 compatible fork]'

  Hen.lay! {{
    :gem => {
      :name          => %q{rb-gsl},
      :version       => GSL::RB_GSL_VERSION,
      :summary       => %Q{Ruby interface to the GNU Scientific Library #{note}},
      :description   => %Q{Ruby/GSL is a Ruby interface to the GNU Scientific Library, for numerical computing with Ruby #{note}},
      :authors       => ['Yoshiki Tsunesada', 'David MacMahon', 'Jens Wille'],
      :email         => %q{jens.wille@gmail.com},
      :license       => %q{GPL-2.0},
      :homepage      => :blackwinter,
      :dependencies  => [['narray', '>= 0.5.9']],
      :requirements  => ['GSL (http://www.gnu.org/software/gsl/)'],
      :require_paths => %w[lib lib/gsl lib/ool ext],

      :extra_files => FileList['examples/**/*', 'rdoc/*'].to_a,

      :extension => { :cross_compile => false },

      :required_ruby_version => '>= 1.8.7'
    },
    :rdoc => {
      :title      => 'Ruby/GSL{version: (v%s)}',
      :rdoc_files => FileList['rdoc/*'].to_a,
      :exclude    => %w[ext lib],
      :main       => 'rdoc/index.rdoc'
    },
    :test => {
      :libs => %w[lib test]
    }
  }}
rescue LoadError => err
  warn "Please install the `hen' gem. (#{err})"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rb-gsl-1.16.0.2 Rakefile
rb-gsl-1.16.0.1 Rakefile