Skip to content

Commit

Permalink
chore: bump lapack from 3.10.0 to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 2, 2025
1 parent 89977d2 commit c16a2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/numo/blis/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
end

BLIS_VERSION = '1.0'
LAPACK_VERSION = '3.10.0'
LAPACK_VERSION = '3.12.0'
BLIS_URI = "https://github.com/flame/blis/archive/refs/tags/#{BLIS_VERSION}.tar.gz"
LAPACK_URI = "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v#{LAPACK_VERSION}.tar.gz"
BLIS_TGZ = "#{VENDOR_DIR}/tmp/blis-#{BLIS_VERSION}.tgz"
LAPACK_TGZ = "#{VENDOR_DIR}/tmp/lapack-#{LAPACK_VERSION}.tgz"
BLIS_KEY = 'f0a89abd4169155e3ebe8d34d666419abe9da2c3'
LAPACK_KEY = '4a9384523bf236c83568884e8c62d9517e41ac42'
LAPACK_KEY = '3661a879f31b517f43db2b94a1f2831da3235138'
RB_CC = "'#{RbConfig::expand('$(CC)')}'"
RB_CXX = "'#{RbConfig::expand('$(CPP)')}'"

Expand Down

0 comments on commit c16a2d1

Please sign in to comment.