SciRuby / nmatrix

Dense and sparse linear algebra library for Ruby via SciRuby
Other
469 stars 133 forks source link

Can't bundle: native library compilations fails #529

Closed perrypelletier closed 7 years ago

perrypelletier commented 8 years ago

compiling nmatrix.cpp g++-4.8: warning: couldn't understand kern.osversion '15.3.0 In file included from /usr/local/Cellar/gcc48/4.8.3/lib/gcc/x86_64-apple-darwin14.0.0/4.8.3/include/c++/cstdint:35:0, from types.h:36, from nmatrix.cpp:43:

Thanks in advance for any fix/workaround.

translunar commented 8 years ago

@perrypelletier Try the most recent version, just pushed to Rubygems (0.2.3). It should use clang by default instead of gcc.

translunar commented 7 years ago

Duplicate of #591; closing.