Closed lgoettgens closed 2 years ago
I will yank this release for now, see https://github.com/JuliaRegistries/General/pull/71591
That error probably comes from this commit https://github.com/Singular/Singular/commit/48f1dd268d0ff74ef2f7dccbf02545425002ddcc which changes the ABI by making the function inline and removing the function symbol.
Oh no. I guess I was always testing locally with a rebuilt lisingular_julia. So, we need to bump a version offset in Singular_jll as well to signal the ABI breakage?
Yes, a new Singular_jll with a bump in the minor version part (e.g. offset 0.1.0) to make sure it isn't picked by older libsingular_julia releases. Then a new libsingular_julia with updated compat bound (that one can probably be just a patch-level bump?).
thofma removed it so Singular.jl version 0.13 should be fine now. Version 0.14 is out now.
Starting this afternoon, I couldn't use oscar anymore due to some error in libsingular_julia.so
Due to the time of the issue, it seems to coincide with https://github.com/JuliaRegistries/General/pull/71577
Maybe @tthsqe12 has some idea?