Skip to content

Commit

Permalink
depend on gsl nmatrix
Browse files Browse the repository at this point in the history
depend on gsl nmatrix

travis update
  • Loading branch information
v0dro committed Apr 11, 2015
1 parent 25f2107 commit df41f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: ruby
env:
- CPLUS_INCLUDE_PATH=/usr/include/atlas C_INCLUDE_PATH=/usr/include/atlas
rvm:
- 1.9.3
- 2.0
Expand All @@ -10,3 +12,4 @@ script: bundle install && bundle exec rake spec
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libgsl0-dev
- sudo apt-get install -qq libatlas-base-dev
2 changes: 1 addition & 1 deletion minimization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.summary = "A suite for minimization in Ruby"

s.add_runtime_dependency 'text-table', '~> 1.2'
s.add_runtime_dependency 'rb-gsl', '~> 1.2'
s.add_runtime_dependency 'gsl-nmatrix', '~> 1.15'

s.add_development_dependency 'rake', '~> 10'
s.add_development_dependency 'bundler', '~> 1.3'
Expand Down

0 comments on commit df41f16

Please sign in to comment.