Skip to content

Commit 3301e4d

Browse files
committed
Use SuiteSparse_LBT_jll
1 parent 9eb30f5 commit 3301e4d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

deps/Versions.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ PCRE_JLL_NAME := PCRE2
100100

101101
# SuiteSparse
102102
SUITESPARSE_VER := 5.4.0
103-
SUITESPARSE_JLL_NAME := SuiteSparse
103+
SUITESPARSE_JLL_NAME := SuiteSparse_LBT
104104

105105
# unwind
106106
UNWIND_VER := 1.3.2

stdlib/LinearAlgebra/src/LinearAlgebra.jl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -453,14 +453,14 @@ end
453453

454454
function __init__()
455455
try
456-
ccall((:set_blas_funcs, "libblastrampoline"), Cvoid, (Cstring,), get_openblas_path())
457-
# BLAS.check()
458-
# if BLAS.vendor() === :mkl
459-
# ccall((:MKL_Set_Interface_Layer, Base.libblas_name), Cvoid, (Cint,), USE_BLAS64 ? 1 : 0)
460-
# end
461-
# Threads.resize_nthreads!(Abuf)
462-
# Threads.resize_nthreads!(Bbuf)
463-
# Threads.resize_nthreads!(Cbuf)
456+
ccall((:load_blas_funcs, "libblastrampoline"), Cvoid, (Cstring,Cint,Cint), get_openblas_path(), 1, 0)
457+
# BLAS.check()
458+
# if BLAS.vendor() === :mkl
459+
# ccall((:MKL_Set_Interface_Layer, Base.libblas_name), Cvoid, (Cint,), USE_BLAS64 ? 1 : 0)
460+
# end
461+
# Threads.resize_nthreads!(Abuf)
462+
# Threads.resize_nthreads!(Bbuf)
463+
# Threads.resize_nthreads!(Cbuf)
464464
catch ex
465465
Base.showerror_nostdio(ex,
466466
"WARNING: Error during initialization of module LinearAlgebra")

0 commit comments

Comments
 (0)