Skip to content

Commit 7ca0b95

Browse files
ViralBShahimciner2
andauthored
Update src/BLISBLAS.jl
Co-authored-by: Ian McInerney <[email protected]>
1 parent e7b4420 commit 7ca0b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BLISBLAS.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ function __init__()
2525
if blis_available
2626
BLAS.lbt_forward(blis32, clear=true)
2727
BLAS.lbt_forward(liblapack32)
28-
BLAS.lbt_forward(blis)
29-
BLAS.lbt_forward(liblapack)
28+
BLAS.lbt_forward(blis, suffix_hint="64_")
29+
BLAS.lbt_forward(liblapack, suffix_hint="64_")
3030
else
3131
@warn("The artifacts blis_jll and blis32_jll are not available for your platform!")
3232
end

0 commit comments

Comments
 (0)