jl4rb 0.2.4 → 0.2.5

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/ext/jl4rb/extconf.rb +1 -1
  3. data/jl4rb.gemspec +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f7d8c278f23b4f87f2700a177c5610297ef6bd754ad520d8c1ea65f023526a0
4
- data.tar.gz: f98a8fb67880033fa63ead5f4b5964fd1a7d2f14b4eb69c583c1d0477e6c1a4e
3
+ metadata.gz: b8b8aade7e2cc0fc2991e6352b94f47a56c7683f818373036afe32b83bb52e28
4
+ data.tar.gz: 781b45f9522acb27f4422e7f6f1cc6879dda966b7f5fee0cd505d21891fd0e2a
5
5
  SHA512:
6
- metadata.gz: 0670f911e25c3f7870eec253484b19fe0d3b4a11ac02dc660066c849004b45597b23f25e9cd8c928376c2b050b9d8035ade8b85fb688ff45bcdc6aec1662934b
7
- data.tar.gz: db54081f92832f6d132ff8c1402b8c56fdddc25c95a5259aacb01d2a7ebc36510e58309a0ac597bfc77657ee422391fd2df40407a6dc715139b51278d4ee8232
6
+ metadata.gz: daabc722567025b44d986a6f033b1de3ccd31dc16059b889b987eb6fa272d752a6b258eccbb5ce484110e06c2692522c7a7a6c68950da7590eed0bc49dd349e2
7
+ data.tar.gz: a4e322987a2d7f31c9bbb29353aecd0d5acdcda4ceaf11c7170b2aee892f3ec8e39d0265d93ffe345bd047d7c4cc754d3125cdfe43d71b880e401f8bf524314f
data/ext/jl4rb/extconf.rb CHANGED
@@ -15,7 +15,7 @@ end
15
15
  def jl4rb_makefile(incs,libs)
16
16
 
17
17
  jl_share=`julia -e 'print(joinpath(Sys.BINDIR, Base.DATAROOTDIR, "julia"))'`
18
- $CFLAGS =`julia #{jl_share}/julia-config.jl --cflags`.strip
18
+ $CFLAGS =`julia #{jl_share}/julia-config.jl --cflags`.strip + " -fdeclspec"
19
19
  $LDFLAGS =`julia #{jl_share}/julia-config.jl --ldflags`.strip
20
20
  $LIBS = `julia #{jl_share}/julia-config.jl --ldlibs`.strip
21
21
 
data/jl4rb.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rubygems/package_task'
3
3
 
4
4
  PKG_NAME='jl4rb'
5
- PKG_VERSION='0.2.4'
5
+ PKG_VERSION='0.2.5'
6
6
  PKG_FILES=FileList[
7
7
  'Rakefile','jl4rb.gemspec',
8
8
  'ext/jl4rb/*.c',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jl4rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - CQLS
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-09 00:00:00.000000000 Z
11
+ date: 2022-03-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'R is embedded in ruby with some communication support .
14
14
 
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  version: '0'
53
53
  requirements:
54
54
  - none
55
- rubygems_version: 3.2.22
55
+ rubygems_version: 3.3.7
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: Julia for ruby