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 CSparse functions to separate package, take two #17033

Merged
merged 1 commit into from
Jun 20, 2016

Conversation

Sacha0
Copy link
Member

@Sacha0 Sacha0 commented Jun 20, 2016

This pull request is a rework of #16070 and addresses #12231. See the former for discussion. Best!

# Point users to SuiteSparse
function ereach{Tv,Ti}(A::SparseMatrixCSC{Tv,Ti}, k::Integer, parent::Vector{Ti})
error(string("ereach(A, k, parent) now lives in package SuiteSparse.jl. Run",
"Pkg.Add(\"SuiteSparse\") to install SuiteSparse on Julia v0.5."))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lowercase a

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Thanks!

…have been moved to the package SuiteSparse.jl in the JuliaSparse organization.
@Sacha0
Copy link
Member Author

Sacha0 commented Jun 20, 2016

Thanks for the review and merge!

@KristofferC
Copy link
Sponsor Member

Thanks for the help.

@Eetion
Copy link

Eetion commented Aug 19, 2020

Did this Csparse refer to a wrapper for the C code, or to Csparse.jl? If the latter, does anyone know if there's anyone still maintaining a pure Julia implementation of Csparse?

vchuravy pushed a commit to JuliaPackaging/LazyArtifacts.jl that referenced this pull request Oct 2, 2023
Move CSparse functions to separate package, take two
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants