Skip to content

Commit

Permalink
Make vendor() an error
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Mar 1, 2022
1 parent 9f79785 commit dcddded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/LinearAlgebra/src/blas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Return an object representing the current `libblastrampoline` configuration.
"""
get_config() = lbt_get_config()

vendor() = error("`vendor()` is deprecated, use `BLAS.get_config()` instead")

if USE_BLAS64
macro blasfunc(x)
return Expr(:quote, Symbol(x, "64_"))
Expand Down

0 comments on commit dcddded

Please sign in to comment.