-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move suitesparse to stdlib #24648
Move suitesparse to stdlib #24648
Conversation
b65377a
to
6829505
Compare
base/precompile.jl
Outdated
end | ||
#if USE_GPL_LIBS | ||
#precompile(Tuple{typeof(Base.SparseArrays.CHOLMOD.set_print_level), Array{UInt8, 1}, Int64}) | ||
#end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can just be deleted.
703ce57
to
e8a5775
Compare
e8a5775
to
f00d217
Compare
Should be good to merge if we get a green on CI. Rebased over the recent sparse changes. Would be nice to get it in before further sparse changes if possible. |
Need to add Line 221 in fb2ba43
|
Remove CHOLMOD stuff from precompile.jl Move unexported SparseArrays increment and decrement APIs to SuiteSparse Update SuiteSparse tests Add license text to new files.
f00d217
to
db601f4
Compare
Failing test was unrelated. |
Thanks for doing this, Viral! |
As part of JuliaLang/LinearAlgebra.jl#446, move suitesparse to stdlib.
I can't quite figure out how to hook up the stdlib/SuiteSparse to base/sysimg.jl and the tests. Hence, if anyone can suggest what to do - I can do that, or commits on this branch appreciated.