Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 79189e6

Browse files
author
RuQing Xu
authored
switch_blas uses global libblis_path
1 parent 48e721b commit 79189e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/switch_blas.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lbt_enable_blis(; clear=false) = begin
1111
fallback_lib = [fallback_lib..., ]
1212
end
1313

14-
LinearAlgebra.BLAS.lbt_forward(blis_jll.blis_path; clear=clear)
14+
LinearAlgebra.BLAS.lbt_forward(libblis_path; clear=clear)
1515
else
1616
@warn "BLIS.lbt_enable_blis: BLIS already loaded. Not doing anything."
1717
end

0 commit comments

Comments
 (0)