Skip to content

Fix bugs with SparseInverseSubset on non-GPL Julia builds#772

Merged
oxinabox merged 3 commits intoJuliaDiff:mainfrom
ElOceanografo:nogpl
Jan 24, 2024
Merged

Fix bugs with SparseInverseSubset on non-GPL Julia builds#772
oxinabox merged 3 commits intoJuliaDiff:mainfrom
ElOceanografo:nogpl

Conversation

@ElOceanografo
Copy link
Contributor

Bug fix for #763: the code causing errors on non-GPL Julia builds is now wrapped in a conditional block, so it will never be executed if CHOLMOD is not available.

@ElOceanografo
Copy link
Contributor Author

One thought...would it be worth defining alternate methods for these rrules for non-GPL builds? I can imagine a case where someone writes code depending on them in an evironment where CHOLMOD is available, then tries to run it on a non-GPL build and gets surprising/mysterious errors.

@oxinabox
Copy link
Member

Lets see if anyone complains.
Noone noticed these were broken if you didn't have GPL for quite a while

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants