Skip to content

Commit afcc28e

Browse files
fix path
1 parent 2fea1c2 commit afcc28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveBLISExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using LinearAlgebra.LAPACK: require_one_based_indexing, chkfinite, chkstride1,
1010
@blasfunc, chkargsok
1111
using LinearSolve: ArrayInterface, BLISLUFactorization, @get_cacheval, LinearCache, SciMLBase
1212

13-
const global libblis = dlopen(blis_jll.blis_path)
13+
const global libblis = blis_jll.blis
1414

1515
function getrf!(A::AbstractMatrix{<:ComplexF64};
1616
ipiv = similar(A, BlasInt, min(size(A, 1), size(A, 2))),

0 commit comments

Comments
 (0)