Skip to content

Commit

Permalink
Merge pull request #386 from JuliaLinearAlgebra/sf/use_proper_libblas
Browse files Browse the repository at this point in the history
Use `LinearAlgebra.BLAS.libblas`
  • Loading branch information
staticfloat committed Jul 27, 2023
2 parents 466b1c5 + 8bbf901 commit 23c358f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BandedMatrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import ArrayLayouts: MemoryLayout, transposelayout, triangulardata,

import FillArrays: AbstractFill, getindex_value, _broadcasted_zeros, unique_value, OneElement

const libblas = Base.libblas_name
const liblapack = Base.liblapack_name
const libblas = LinearAlgebra.BLAS.libblas
const liblapack = LinearAlgebra.BLAS.liblapack
const AdjointFact = isdefined(LinearAlgebra, :AdjointFactorization) ?
LinearAlgebra.AdjointFactorization :
Adjoint
Expand Down

0 comments on commit 23c358f

Please sign in to comment.