-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recheck dependencies for unused stuff #20
Comments
I'm confused about the gsl dependency. I'm trying to install statsample + optimisations for Ruby 2+, but the statsample rubygem (SciRuby) has an rb-gsl dependency, and the statsample-optimization gem (presumably https://github.com/clbustos/statsample-optimization ?) has a 'gsl' dependency. As far as I can tell the 'gsl' gem won't work with anything above Ruby 1.9 (it's failing to install for me, anyway). Extra confusion also in that the rb-gsl gem isn't SciRuby's but this one instead: https://github.com/blackwinter/rb-gsl (i'm trying to calculate a multiple linear regression but it's taking too long, wanted to see if the C bindings in the optimization gem sped things up.. and by the way i've no idea if that gem would even speed that up :) |
Also, much of people's confusion about which repository is responsible for the "statsample" gem could be prevented by updating the "Source Code" URL in the RubyGem gem settings, which still points clbustos's repo. |
The Also, I updated the links in rubygems.org for Statsample, Distribution, Integration and Minimization. Thanks for pointing that out. |
Perfect, thanks :) |
There are lots of dependencies in the gemspec. Two questions that need to be answered:
I think we need to go dependency-by-dependency and verify how lax the version requirement can be, thus updating the gemspec to reflect that.
The text was updated successfully, but these errors were encountered: