-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
CHOLMOD Warning, Linking Issues on Mac #274
Comments
A few thoughts:
|
Thanks for the quick reply! To be clear regarding (1), my primary issue here is with running the conda-forge distribution of Julia. I don't install Julia from main in either example (the latter error may be irrelevant due to channel mixing). My primary concern is the warning of improper library linking when running this conda-forge Julia distribution in the most basic installation. |
Again, the problem is that the suitesparse-feedstock is out of date. There's nothing to be done to fix this in this repository. |
#276 updates to suitesparse 7 |
Thanks. I do need to get around to changing the build to adapt for this. Keeping pinging me if this is not fixed. |
Hi @minrk It would be great if it's fixed. Thanks! |
#276 is merged, so if someone can check in an hour or two, we can close this if it's fixed. |
I just encountered JuliaSparse/SparseArrays.jl#542 - is this the same issue? |
Can you show |
Here (clean new environment and then
|
Yes, I think I am starting to understand. That message doesn't quite mean what it says - SparseArrays expects a particular version of suitesparse that it would usually be compiled against, but doesn't check what it was actually compiled against. It mistakenly claims that this is the version julia is compiled against, which is not true, but it does appropriately warn that the version is significantly different from what it expects. Since it's different by a major version, it's reasonable to warn that things might not work. Our patch is enough to get the current suitesparse to be loaded and everything seems to work, but this hardcoded version check is still there. |
Solution to issue cannot be found in the documentation.
Issue
Installing Julia just from conda-forge onto an Intel Mac results in CHOLMOD warning. I am not sure if what it states is true, as apparently this warning has been erroneous in the past:
When not forcing conda-forge (which I expect to have issues anyway) I get:
Installed packages
Environment info
Thanks for taking a look!
The text was updated successfully, but these errors were encountered: