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 +4 -4
- data/CHANGELOG.md +6 -0
- data/ext/numo/openblas/extconf.rb +2 -2
- data/lib/numo/openblas/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f41d3a05e9a1aa532de7e4f72b527f2316ba1de2936442dfa6fb2e61438a5aa2
|
4
|
+
data.tar.gz: a715fcf2d156a0d413c06a2abb2f006ec4f57a8895e933533ee2cf51c340a491
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
12
|
-
OPENBLAS_KEY = '
|
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
|
|
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.
|
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-
|
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.
|
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
|