Closed lokeshh closed 3 years ago
What's the command to install sciruby-full
from this repository after making some changes? @v0dro ?
It looks like gsl gem have dependencies : Installation instruction. So I guess gsl-bin libgsl0-dev libgsl0-dbg
are missing.
I don't think that's the case because gem install gsl
installs the gem
without an error.
On Wed, Jan 30, 2019, 10:30 AM Shekhar Prasad Rajak < notifications@github.com wrote:
It looks like gsl gem have dependencies : Installation instruction https://github.com/SciRuby/rb-gsl#installation. So I guess gsl-bin libgsl0-dev libgsl0-dbg are missing.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SciRuby/sciruby/issues/55#issuecomment-458812680, or mute the thread https://github.com/notifications/unsubscribe-auth/AHUmVNuAMPTNr2NEX9OP46PqYvof3YFwks5vIScEgaJpZM4aHRGa .
Here's the log https://gist.github.com/lokeshh/2965832ed4f1cb718723bfe2b709a6af
The Dockerfile I used:
It seems to me the problem is with
gsl
gem.