algebraic-solving / AlgebraicSolving.jl

Other
18 stars 10 forks source link

AlgebraicSolving.jl on Windows #25

Closed sumiya11 closed 9 months ago

sumiya11 commented 9 months ago

Hi,

Does AlgebraicSolving.jl work on Windows? (I am getting ERROR: UndefVarError: `libmsolve` not defined) If not, could you share if you consider to add support for Windows some day in the future?

Thanks !

ederc commented 9 months ago

We do not plan to natively support Windows, you can use WSL insteaad.

fingolfin commented 8 months ago

@ederc out of curiosity, did you ever try to build it on Yggdrasil for Windows? The build recipe says

filter!(!Sys.iswindows, platforms)  # no FLINT_jll available

but that's not true (anymore), we do have FLINT for Windows AFAIK.

(I realize this is not a priority, but if it just builds...)