Skip to content
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

Merged
merged 1 commit into from
Nov 24, 2017
Merged

Move suitesparse to stdlib #24648

merged 1 commit into from
Nov 24, 2017

Conversation

ViralBShah
Copy link
Member

As part of #22698, 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.

@ViralBShah ViralBShah added the sparse Sparse arrays label Nov 19, 2017
@ararslan ararslan added excision Removal of code from Base or the repository stdlib Julia's standard library labels Nov 19, 2017
end
#if USE_GPL_LIBS
#precompile(Tuple{typeof(Base.SparseArrays.CHOLMOD.set_print_level), Array{UInt8, 1}, Int64})
#end
Copy link
Sponsor Member

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.

@ViralBShah ViralBShah force-pushed the vs/excisesuitesparse branch 2 times, most recently from 703ce57 to e8a5775 Compare November 22, 2017 22:57
@ViralBShah ViralBShah changed the title Move suitesparse to stdlib [WIP] Move suitesparse to stdlib Nov 22, 2017
@ViralBShah
Copy link
Member Author

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.

@ViralBShah ViralBShah changed the title [WIP] Move suitesparse to stdlib Move suitesparse to stdlib Nov 22, 2017
@KristofferC
Copy link
Sponsor Member

Need to add :SuiteSparse to the test in compile.jl here:

[:DelimitedFiles, :Mmap, :Base64, :Dates]))

Remove CHOLMOD stuff from precompile.jl
Move unexported SparseArrays increment and decrement APIs to SuiteSparse
Update SuiteSparse tests
Add license text to new files.
@ViralBShah
Copy link
Member Author

Failing test was unrelated.

@ViralBShah ViralBShah deleted the vs/excisesuitesparse branch November 24, 2017 21:08
@ararslan
Copy link
Member

Thanks for doing this, Viral!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
excision Removal of code from Base or the repository sparse Sparse arrays stdlib Julia's standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants