SciRuby / numruby

Fast Numerical Linear Algebra Library for Ruby. NMatrix reimplementation.
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

OSX: Fix for not symlinked openblas and lapack #40

Closed Uditgulati closed 4 years ago

Uditgulati commented 4 years ago

This fixes linking step during compilation in OSX.

developerfab commented 4 years ago

I think that we should update the README.md file saying that is necessary add these 2 libraries or specify in this file the instructions to add these libraries in OSx and Linux. I don't know if you want to add these comments or you prefer that I add a new commit adding it. WDYT? :thinking:

Uditgulati commented 4 years ago

Yes, I had plans for adding these instructions to README but it slipped my mind. I also am thinking of adding some other stuff to README, so I think it might be better to open a different PR for README.

Also, I think I should also add fix for windows to this PR. Maybe for other distributions of Linux than Debian too?

Uditgulati commented 4 years ago

@prasunanand WDYT?