numo-openblas 0.4.13 → 0.4.15

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: 8417bff2acc4735483fa54cba34d14f0e1ef31dbeedaaf1577457d0f03787f66
4
- data.tar.gz: 959bab17597018a4d13d30abaa979546aae66d2fff6299703639199520d645be
3
+ metadata.gz: f41d3a05e9a1aa532de7e4f72b527f2316ba1de2936442dfa6fb2e61438a5aa2
4
+ data.tar.gz: a715fcf2d156a0d413c06a2abb2f006ec4f57a8895e933533ee2cf51c340a491
5
5
  SHA512:
6
- metadata.gz: df176af8b1be3000d0d39e970a20c2aa0faaf0299441f28456823ac31e07aa68ec8efa158b69ad2f8374f013c97b3f10f5a5b8d65fb8822b23ff32ee8140a70a
7
- data.tar.gz: aa27016fd0378fb033cb0df69f70a6e6291b1174b196511e379320cae56dd9104232f312747557aa6580db451e5bfe236fe42daf8248eba43bbcdf82850bbba6
6
+ metadata.gz: ebbff6a7fd1e997fcf03fad73908fb9a17ce588a6fb3316b1904fcf5947830d8c74332d3c83d7d1bb538be60e21e0a386f81b2a66002b48acebb7a55d75d23ab
7
+ data.tar.gz: d6ce79b4f96f1cd256dc497443d78153616786a967a55e740fddb6e3047157904be1027248d0d40ce294edccd1e99d34bc18c01c6d8356d9315674e1d574ee3e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [[0.4.15](https://github.com/yoshoku/numo-openblas/compare/v0.4.14...v0.4.15)]
2
+ - Change the version of OpenBLAS to be downloaded to [0.3.28](https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.28).
3
+
4
+ ## [[0.4.14](https://github.com/yoshoku/numo-openblas/compare/v0.4.13...v0.4.14)]
5
+ - Change the version of OpenBLAS to be downloaded to [0.3.27](https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.27).
6
+
1
7
  ## [[0.4.13](https://github.com/yoshoku/numo-openblas/compare/v0.4.12...v0.4.13)]
2
8
  - Change the version of OpenBLAS to be downloaded to [0.3.26](https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.26).
3
9
 
@@ -8,8 +8,8 @@ require 'open-uri'
8
8
  require 'open3'
9
9
  require 'rubygems/package'
10
10
 
11
- OPENBLAS_VER = '0.3.26'
12
- OPENBLAS_KEY = 'bd496a1c81769ed19a161c1f8f904ccd'
11
+ OPENBLAS_VER = '0.3.28'
12
+ OPENBLAS_KEY = '0f54185b6ef804173c01b9a40520a0e8'
13
13
  OPENBLAS_URI = "https://github.com/OpenMathLib/OpenBLAS/archive/v#{OPENBLAS_VER}.tar.gz"
14
14
  OPENBLAS_DIR = File.expand_path("#{__dir__}/../../../vendor")
15
15
 
@@ -5,6 +5,6 @@ module Numo
5
5
  # Numo::OpenBLAS loads Numo::NArray and Linalg with OpenBLAS used as backend library.
6
6
  module OpenBLAS
7
7
  # The version of Numo::OpenBLAS you install.
8
- VERSION = '0.4.13'
8
+ VERSION = '0.4.15'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: numo-openblas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.13
4
+ version: 0.4.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-03 00:00:00.000000000 Z
11
+ date: 2024-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: numo-linalg
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  requirements: []
70
- rubygems_version: 3.4.22
70
+ rubygems_version: 3.5.9
71
71
  signing_key:
72
72
  specification_version: 4
73
73
  summary: Numo::OpenBLAS downloads and builds OpenBLAS during installation and uses