We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b4284 commit 2ffe8e7Copy full SHA for 2ffe8e7
src/LinearSolve.jl
@@ -40,7 +40,7 @@ function __init__()
40
IS_OPENBLAS[] = occursin("openblas", BLAS.get_config().loaded_libs[1].libname)
41
end
42
43
- @require Pardiso="46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2" PardisoJL
+ @require Pardiso="46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2" include("pardiso.jl")
44
45
46
export LUFactorization, SVDFactorization, QRFactorization, GenericFactorization,
0 commit comments