OpenBEL / bel.rb

Process BEL (Biological Expression Language) with ruby.
Apache License 2.0
8 stars 6 forks source link

Support for JRuby on Mac OSX #76

Open abargnesi opened 9 years ago

abargnesi commented 9 years ago

The libbel library (libbel.bundle) is vendored in the bel.rb tree for JRUBY on Mac OSX. Some confusion and issues on this were raised in PR #75.

This task would be to review the support matrix for the libbel C extension in bel.rb. The matrix includes ruby platform (e.g. java, mingw, linux, darwin), architecture (x86, x86_64), and supported ruby versions (2.0, 2.1, and 2.2).

abargnesi commented 9 years ago

Travis build error related to JRuby / MacOSX:

https://travis-ci.org/OpenBEL/bel.rb/jobs/86525603