SciRuby/nmatrix

Installation error for MaxOSX and Ubuntu

danaredena opened this issue · 4 comments

I can't seem to find a way to install nmatrix (a version that works) for both MacOSX and Ubuntu. Our dev team has MacOSX machines for local deployment and our Ruby application is deployed in an Ubuntu server.

As a work-around, nmatrix -v '0.2.0' is deployed in our Ubuntu server and we use nmatrix -v '0.2.4' in our local machines.

Error for installing nmatrix 0.2.0 on MacOS High Sierra 10.13.6:
screen shot 2018-08-28 at 2 01 51 pm

Error for installing nmatrix 0.2.4 on Ubuntu 14.04:
screen shot 2018-08-28 at 2 03 44 pm

I'm getting the same error on High Sierra 10.13.6 using Ruby 2.5.1

Can you tell me what compiler(s) you're using? And have you tried building directly from the repository?

Sorry for the delayed response, was on vacation.

I have similar issue on MacOS 12.2
There is no way to install nmatrix with brew command as it no longer supports homebrew.versions and gcc@4.9 is not available. Is there any way to have an example how to install the gem on the latest MacOs version?