symengine.rb
symengine.rb copied to clipboard
Ruby wrappers for SymEngine
A lot of the notebook-examples fail: ``` d = SymEngine(1.2) undefined method `SymEngine' for main:Object i = SymEngine::I uninitialized constant SymEngine::I i2 = SymEngine::cos(0.2) undefined method `cos' for SymEngine:Module SymEngine::nextprime(5)...
I got this error, when I tried to run `bundle install` : ``` Bundler could not find compatible versions for gem "bundler": In Gemfile: bundler (~> 1.7) Current Bundler version:...
Fixes https://github.com/symengine/symengine.rb/issues/71
It seems the symengine-0.1.0.gem does not compile - I get errors like the following ... Is the rubywrapper for symengine still actively developed? `[ 20%] Building C object ext/symengine/CMakeFiles/symengine_ruby.dir/ruby_number.c.o /scratch/ruby/ruby-2.4.5/lib/ruby/gems/2.4.0/gems/symengine-0.1.0/ext/symengine/ruby_number.c:...
The travis-ci build for OS X terminates with the following error message. ``` bundle exec rspec /Users/travis/gems/symengine-0.1.0/lib/symengine.rb:1:in `require': cannot load such file -- symengine/symengine (LoadError) from /Users/travis/gems/symengine-0.1.0/lib/symengine.rb:1:in `' from /Users/travis/gems/symengine-0.1.0/spec/spec_helper.rb:16:in...
In travis, we test, - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3.0 We initially included these because these were the ones supported in NMatrix I think. Since official...
@zverok wrote, > Is this difference between text/html and text/plain ok? As far as I can understand, IRuby prefers to output text/html, when finds it, and it completely hides the...