BOAST 0.9 → 0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/BOAST.gemspec +1 -1
  2. data/lib/BOAST/CKernel.rb +3 -0
  3. metadata +1 -1
data/BOAST.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'BOAST'
3
- s.version = "0.9"
3
+ s.version = "0.91"
4
4
  s.author = "Brice Videau"
5
5
  s.email = "brice.videau@imag.fr"
6
6
  s.homepage = "https://forge.imag.fr/projects/boast/"
data/lib/BOAST/CKernel.rb CHANGED
@@ -58,6 +58,9 @@ module BOAST
58
58
  f.write YAML::dump( @@openmp_default_flags )
59
59
  }
60
60
  end
61
+ @@compiler_default_options.each_key { |k|
62
+ @@compiler_default_options[k] = ENV[k.to_s] if ENV[k.to_s]
63
+ }
61
64
  end
62
65
 
63
66
  BOAST::read_boast_config
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: BOAST
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.9'
4
+ version: '0.91'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: