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
{{ message }}
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
I don't know if it's important, but I'm getting the following message in the build log:
Warning: error initializing module GMP:
ErrorException("The dynamically loaded GMP library (version 5.0.2 with __gmp_bits_per_limb == 64)
does not correspond to the compile time version (version 5.1.3 with __gmp_bits_per_limb == 64).
Please rebuild Julia.")
The tests still eventually pass okay, so I'm not sure what's causing the problem.
The text was updated successfully, but these errors were encountered:
Ha, the check should be relaxed, only the major version number must be the same. I will fix that. I don't understand how the test pass, I thought an error in __init__() would cause more problem...
Only the major version number of GMP determines the compile time
path (in type `RangeGeneratorBigInt`), so no need to check that
the full version number correpdonds at run time.
Cf. JuliaLang/METADATA.jl#1840.
I don't know if it's important, but I'm getting the following message in the build log:
The tests still eventually pass okay, so I'm not sure what's causing the problem.
The text was updated successfully, but these errors were encountered: