You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version number is determined at compile time, which is not correct when Julia is from a repository where SuiteSparse/CHOLMOD could be different from the machine where the package is build.
The text was updated successfully, but these errors were encountered:
If the shared library provides a C function cholmod_version then that is used. The compiled-in values are there only for old versions of the shared library. It is quite likely that things will blow up if you need to use such a version.
and I think this means that chm_ver is encoded when the system image is build, not when Julia is launched. Hence the version in chm_ver need not match the actual version of CHOLMOD that is actually loaded when Julia runs.
The version number is determined at compile time, which is not correct when Julia is from a repository where SuiteSparse/CHOLMOD could be different from the machine where the package is build.
The text was updated successfully, but these errors were encountered: