numo-openblas 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/build.yml +2 -1
- data/.gitignore +2 -0
- data/CHANGELOG.md +3 -0
- data/Steepfile +1 -1
- data/lib/numo/openblas/version.rb +1 -1
- data/numo-openblas.gemspec +1 -1
- metadata +3 -4
- data/sig/patch.rbs +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dac840cfd521596aff0e739712307aaa0300d6e762084c507431a52a47161d7f
|
4
|
+
data.tar.gz: 82207237a7b081a07a987b6751091f56aea6873e3245f7deb7b6cd241f3fb380
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2452fa921c80cee725e36a3259eeb8054672d40b2b504afe9c3dc09f13fd2ee559146d3a8011e3d02a58aa89411fd9192dea8ec19959a6105a8204626053614d
|
7
|
+
data.tar.gz: b450a9438c6cfdba4f700cc263e758d4ddc5c529fa5049f0f9e14159a32131d3a02e9e2048bea020b53a98be8fdcbcc3edbf11ea3b9f3ee23fff409fa1d178f0
|
data/.github/workflows/build.yml
CHANGED
@@ -14,9 +14,10 @@ jobs:
|
|
14
14
|
- name: Install gcc and gfortran
|
15
15
|
run: sudo apt-get install -y gcc gfortran
|
16
16
|
- name: Set up Ruby ${{ matrix.ruby }}
|
17
|
-
uses:
|
17
|
+
uses: ruby/setup-ruby@v1
|
18
18
|
with:
|
19
19
|
ruby-version: ${{ matrix.ruby }}
|
20
|
+
bundler-cache: true
|
20
21
|
- name: Build and test with Rake
|
21
22
|
run: |
|
22
23
|
gem install --no-document bundler
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
data/Steepfile
CHANGED
data/numo-openblas.gemspec
CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
# Specify which files should be added to the gem when it is released.
|
26
26
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
27
27
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
28
|
-
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
28
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|sig-deps)/}) }
|
29
29
|
end
|
30
30
|
spec.bindir = 'exe'
|
31
31
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- yoshoku
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: numo-linalg
|
@@ -50,7 +50,6 @@ files:
|
|
50
50
|
- lib/numo/openblas/version.rb
|
51
51
|
- numo-openblas.gemspec
|
52
52
|
- sig/numo/openblas.rbs
|
53
|
-
- sig/patch.rbs
|
54
53
|
- vendor/tmp/.gitkeep
|
55
54
|
homepage: https://github.com/yoshoku/numo-openblas
|
56
55
|
licenses:
|
@@ -75,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
74
|
- !ruby/object:Gem::Version
|
76
75
|
version: '0'
|
77
76
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
77
|
+
rubygems_version: 3.2.21
|
79
78
|
signing_key:
|
80
79
|
specification_version: 4
|
81
80
|
summary: Numo::OpenBLAS downloads and builds OpenBLAS during installation and uses
|