SciRuby / sciruby

Tools for scientific computation in Ruby
http://gems.sciruby.com
Other
994 stars 80 forks source link

GSL version mismatch #52

Closed retrography closed 3 years ago

retrography commented 7 years ago

Trying to install sciruby-full-0.2.11 on macOS Sierra: For some reason the gem installer forces the gsl-2.1.0 gem, while that gem version is not compatible with the recent version of the GSL library (2.3). Homebrew can only install the latest version of GSL on Mac, so for now it is not possible to install sciruby-full on a Mac if one uses Homebrew for installing library requirements.

Btw, gsl-2.1.0.2 gem adds a patch to fix the issue.