I have added KLU.jl package and it is installed in C:\Users\path\.julia\packages\KLU. However, I could not find in the folder the original C source codes of the solver, for instance klu_analyze.c as in KLU
It’s in SuiteSparse.jl’s binaries
1 Like
So, will there be a folder called SuiteSparse on my hard disk which includes the binaries?
it should be SuiteSparse_jll
1 Like
The one in ...\.julia\registries\General\S\SuiteSparse_jll or
...\.julia\compiled\v1.8\SuiteSparse_jll
This is the package registry definition for version control handling.
That’s where the compiled jll package should be. And I believe the binary should be found in there.
1 Like
I found two folders ME9At_AXkrN.ji and ME9At_GdcRR.ji. Are they?
.jis are the compiled package code. But the package itself should also have the binary. Check artifacts.jl for suitesparse or klu
1 Like
In which folder I can find it?
in ...\.julia\packages\KLU?