On 29 November 2015 at 08:33, Yash Narwal <[email protected]> wrote:
> HI there , I am trying to install a ruby gem called rb-grib but I am > constantly having issues while doing so. > I am using Ubuntu 15.04 > > So I went to this page http://www.rubydoc.info/gems/rb-grib/0.2.2 > I tried to install requirements for this gem which are > > - Ruby (www.ruby-lang.org/) Pass > - NArray (narray.rubyforge.org/index.html.en) Pass > - NArrayMiss (ruby.gfd-dennou.org/products/narray_miss/) Pass > - GRIB API (www.ecmwf.int/products/data/software/grib_api.html) Fail > > In order to install grib_api I followed every instructions I can find on > web but when it comes to final step in installation (sudo make install) , > it gives me an error > "checking for grib_api.h ... no" > "Could not create makefile due to some reason" > > I have followed this guide to install grib api Guide > <https://software.ecmwf.int/wiki/display/OIFS/Installing+grib_api+for+OpenIFS> > Snapshot of the error I am having in the final command for the api(from > the guide link) (make install) > I am really look forward to have some help in installing the rb-grib > <https://rubygems.org/gems/rb-grib/versions/0.2.2>gem. > sudo apt-get install ruby-grib might be what you want. The description is "Ruby interface to the ECMWF GRIB API It is always worth using synaptic to search the repositories before trying to install by hand. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLv9njJL4FAggjHufzP9jiww9%2B59UmH2cAQa0ZRw4xpjAg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

