SciRuby / daru-view

daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
https://sciruby.github.io/daru-view/
MIT License
95 stars 20 forks source link

Daru does not build on recent gcc #167

Open pjotrp opened 2 years ago

pjotrp commented 2 years ago

The build need this flag

ENV['CPPFLAGS']='-Wno-error=deprecated-declarations'
shekhar-rajak commented 1 year ago

Thanks @pjotrp ! I think someone who is interested to contribute can pick this.