-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 ARPACK out of Base #531
Comments
This one is done, right, so issue can be closed? These where some of the final GPL-licenced, or the last ones, I can't easily locate other ones; except for LGPL-licenced, e.g. GNU MPFR, that's one of the other two issues open with "excision" tag. To me Julia is GPL-free, unless I'm mistaken, as LGPL isn't too much of an issue (or dual-licenced or those with linking-exceptions). |
We moved ARPACK out, but there are challenges with SuiteSparse, which we can track separately. |
For reference, that was done in JuliaLang/julia#27616
JuliaLang/julia#27638, I suppose? |
@ViralBShah since JuliaLang/julia#27638 has been closed, shouldn't the SuiteSparse removal be tracked elsewhere? Either a new issue, or perhaps reopening this one. |
At the moment, SuiteSparse and SparseArrays are closely related, and we need to move both together (or else people have to guess what functions are in which package). It is unlikely we will do that as it was quite confusing when we tried it out back then. |
You mean moving both SuiteSparse and SparseArrays out of Base? (Note, I'm just trying to make sure the current thinking and potential next steps are recorded somewhere, since the related issues/PRs seems to be all closed at the moment.) |
Yes, it is either move both or no change. At least that is what I concluded. |
This discussion is best had in JuliaLang/julia#27638 even though closed (where much of this has happened) |
We now have functioning binary builders in the new JuliaLinearAlgebra org for:
https://github.com/JuliaLinearAlgebra/SuiteSparseBuilder
https://github.com/JuliaLinearAlgebra/ArpackBuilder
We also have
https://github.com/JuliaLinearAlgebra/Arpack.jl
Plan is to move both these libraries out of stdlib into standalone packages.
cc @andreasnoack @staticfloat
The text was updated successfully, but these errors were encountered: