wbhart/Singular.jl

Singular does not support some windows platforms

Closed this issue · 1 comments

Hi,

I tried to install Singular.jl on my windows machine, but I did not manage to build the package, as apparently my platform is not supported. Is there anything that can be done?

julia> using Pkg; Pkg.build("Singular")
   Building LoadFlint → `C:\Users\lucaa\.julia\packages\LoadFlint\jHlQx\deps\build.log`
   Building Nemo ─────→ `C:\Users\lucaa\.julia\packages\Nemo\vCIJx\deps\build.log`
   Building CMake ────→ `C:\Users\lucaa\.julia\packages\CMake\ULbyn\deps\build.log`
   Building Singular ─→ `C:\Users\lucaa\.julia\packages\Singular\GGfzi\deps\build.log`
┌ Error: Error building `Singular`:
│ ERROR: LoadError: LoadError: Your platform ("x86_64-w64-mingw32", parsed as "x86_64-w64-mingw32-gcc8-cxx11") is not supported by this package!
│ Stacktrace:
│  [1] error(::String) at .\error.jl:33
│  [2] top-level scope at C:\Users\lucaa\.julia\packages\Singular\GGfzi\deps\build_libntl.v10.5.0.jl:26
│  [3] include(::Module, ::String) at .\Base.jl:377
│  [4] include(::String) at C:\Users\lucaa\.julia\packages\Singular\GGfzi\deps\build.jl:45
│  [5] top-level scope at C:\Users\lucaa\.julia\packages\Singular\GGfzi\deps\build.jl:45
│  [6] eval(::Module, ::Any) at .\boot.jl:331
│  [7] top-level scope at C:\Users\lucaa\.julia\packages\Singular\GGfzi\deps\build.jl:45
│  [8] include(::String) at .\client.jl:439
│  [9] top-level scope at none:5
│ in expression starting at C:\Users\lucaa\.julia\packages\Singular\GGfzi\deps\build_libntl.v10.5.0.jl:22
│ in expression starting at C:\Users\lucaa\.julia\packages\Singular\GGfzi\deps\build.jl:19
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Pkg\src\Operations.jl:892

julia>

apparently this was already answered here @ #52 . Apologies for bothering.