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

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

Merged
merged 3 commits into from
Jan 24, 2024

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

@oxinabox oxinabox merged commit 7a44f20 into JuliaDiff:main Jan 24, 2024
3 of 11 checks passed
@ElOceanografo ElOceanografo deleted the nogpl branch January 24, 2024 04:44
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