Skip to content

Commit

Permalink
chore!:bump openblas to download from 0.3.27 to 0.3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Aug 8, 2024
1 parent 169dc4e commit 9ac2648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/numo/openblas/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
require 'open3'
require 'rubygems/package'

OPENBLAS_VER = '0.3.27'
OPENBLAS_KEY = 'ef71c66ffeb1ab0f306a37de07d2667f'
OPENBLAS_VER = '0.3.28'
OPENBLAS_KEY = '0f54185b6ef804173c01b9a40520a0e8'
OPENBLAS_URI = "https://github.com/OpenMathLib/OpenBLAS/archive/v#{OPENBLAS_VER}.tar.gz"
OPENBLAS_DIR = File.expand_path("#{__dir__}/../../../vendor")

Expand Down

0 comments on commit 9ac2648

Please sign in to comment.