Skip to content

jakobjanot/rb-gsl

 
 

Repository files navigation

=begin
== Description
Ruby/GSL, a ruby interface to GSL (GNU Scientific library)


== INSTALL:

* brew install gsl

* Gemfile:
gem 'gsl', :git => 'git://github.com/30robots/rb-gsl.git'

* bundle install


FIXES:
error: conflicting types for ‘gsl_matrix_complex_equal’
gsl_matrix_complex_double.h:227: error: previous declaration of ‘gsl_matrix_complex_equal’ was here

Patch from https://gist.github.com/1217974

================================================================
== PREV README BELOW
================================================================

== Installation
   (0) Make sure the command "gsl-config" is in search path.
   (1) % ruby setup.rb config
   (2) % ruby setup.rb setup
   (3) % ruby setup.rb install (as root)

See also html/index.html.

== Reference

See ((<URL:http://rb-gsl.rubyforge.org/ref.html>)).

== Licence
Ruby/GSL is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY.

== Bug Report
Any bug reports are welcome.
If you encounter bugs in Ruby/GSL, please e-mail to me, or
submit reports from http://rubyforge.org/projects/rb-gsl/.

== Author
Yoshiki Tsunesada
y-tsunesada at mm dot em-net dot ne dot jp

=end

Releases

No releases published

Packages

No packages published

Languages

  • C 72.7%
  • Ruby 27.1%
  • Other 0.2%