Skip to content

Commit

Permalink
chore!: bump openblas to be downloaded from 0.3.23 to 0.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Sep 4, 2023
1 parent 4129db5 commit edc0099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/numo/tiny_linalg/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@

VENDOR_DIR = File.expand_path("#{__dir__}/../../../vendor")
TINYLINALG_DIR = File.expand_path("#{__dir__}/../../../lib/numo/tiny_linalg")
OPENBLAS_VER = '0.3.23'
OPENBLAS_KEY = '115634b39007de71eb7e75cf7591dfb2'
OPENBLAS_VER = '0.3.24'
OPENBLAS_KEY = '23599a30e4ce887590957d94896789c8'
OPENBLAS_URI = "https://github.com/xianyi/OpenBLAS/archive/v#{OPENBLAS_VER}.tar.gz"
OPENBLAS_TGZ = "#{VENDOR_DIR}/tmp/openblas.tgz"

Expand Down

0 comments on commit edc0099

Please sign in to comment.