You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compiling the c++11 extension on the jruby runtime is a pain because jruby does not implement the MakeMakefile module. i need to write a makefile just for jruby. it's unlikely the makefile would be portable to systems without g++ (gnu compiler collection). so the user would need to install gcc.
jruby-launcher is a good example of bundling a native extension in jruby.
simplify maintence with one core alogrithm for ipog written in c++11. ffi bindings for both the mri and jruby runtimes.
The text was updated successfully, but these errors were encountered: