Weijia Wang
Weijia Wang
@ofborg build gst_all_1.gst-plugins-bad
> ext/neon/meson.build:1:11: ERROR: Dependency lookup for neon with method 'pkgconfig' failed: Invalid version, need 'neon' ['
Done in https://github.com/NixOS/nixpkgs/commit/863ae0703ded14d281600ef70ecc1e7564672412.
I believe this issue is resolved by #1896.
Couldn't we at least throw an error when this happens? The current behavior of msolve, which exits with a segmentation fault for arbitrary input, really worries me...
The easiest one I can think of is to take the example in https://github.com/algebraic-solving/msolve?tab=readme-ov-file#input-file-format and remove the comma on the third line.
Good point. If we stick to the specification, such cases are probably to be allowed; In practice, they are not correctly handled, for example in `msolve` v0.7.5: ``` x 0...
In the meantime, we should really drop the suggestion to use real GCC on macOS, as it's simply not the case there: Homebrew (via Macaulay2's tap) builds msolve with Apple...
Is this the same issue as algebraic-solving/msolve#230?
Looks like there are some extra tests to skip?