rumale 0.23.2 → 0.23.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4564c37af7744bc4fe14dec5c5fc1e236687c3a241d2e17ef2d89f1c57056af9
4
- data.tar.gz: 6f70d79a10b890bbd127f60f1c7f26934fcd88f71458af8839ac049b7a07efc8
3
+ metadata.gz: e4a9185e28434614c19947fd5e038cdf731349b0e92bba5ba1c2c9b6ba4e67d2
4
+ data.tar.gz: ced4878155440aaae7ffd33cf419b3c1b0529d1ea8b5be1dd82400574302de8b
5
5
  SHA512:
6
- metadata.gz: 5671a08ac8e9881f51896c4478ce5f4b54457c83d9b7194623febfd1859123cda5947c0d344aa551686c2c964359e9bdbd5ad13e9c921d2a3393a76717c00093
7
- data.tar.gz: bb022827e8ca9d939addb9cfdd9b5fa5b643cd56150a84f41a224dde0c75992badbf792f77d06194943f015572beb5bafdd3c84e43efd98be5cc53beb9347ab0
6
+ metadata.gz: 606a7559baf6d199ac5781d9f4945d27cfbb66f844d5467768a2610744a9cc93e2beb0673da67bc60caf36508791235d002f877ce309e74d89c9cd9c149d2fac
7
+ data.tar.gz: 5f8dbb3c247e785c8cfd698afad6d1f69da2a045ddc94ecf862a6ec119d3f129b410136249e9ffded46266969d1ab867a8338ab8d762e4620544666c78e56809
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 0.23.3
2
+ - Fix build failure with Xcode 14 and Ruby 3.1.x.
3
+
1
4
  # 0.23.2
2
5
  Rumale project will be rebooted on version 0.24.0.
3
6
  This version is probably the last release of the series starting with version 0.8.0.
@@ -28,4 +28,10 @@ if RUBY_PLATFORM =~ /mswin|cygwin|mingw/
28
28
  end
29
29
  end
30
30
 
31
+ if RUBY_PLATFORM.match?(/darwin/) && Gem::Version.new('3.1.0') <= Gem::Version.new(RUBY_VERSION)
32
+ if try_link('int main(void){return 0;}', '-Wl,-undefined,dynamic_lookup')
33
+ $LDFLAGS << ' -Wl,-undefined,dynamic_lookup'
34
+ end
35
+ end
36
+
31
37
  create_makefile('rumale/rumaleext')
@@ -3,5 +3,5 @@
3
3
  # Rumale is a machine learning library in Ruby.
4
4
  module Rumale
5
5
  # The version of Rumale you are using.
6
- VERSION = '0.23.2'
6
+ VERSION = '0.23.3'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.2
4
+ version: 0.23.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-17 00:00:00.000000000 Z
11
+ date: 2022-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: numo-narray
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
222
  - !ruby/object:Gem::Version
223
223
  version: '0'
224
224
  requirements: []
225
- rubygems_version: 3.2.33
225
+ rubygems_version: 3.3.26
226
226
  signing_key:
227
227
  specification_version: 4
228
228
  summary: Rumale is a machine learning library in Ruby. Rumale provides machine learning