Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report. Platform not support 'x86_64-w64-mingw32'. Thank you. #9

Open
ChengweiLou opened this issue Feb 19, 2021 · 5 comments
Open

Comments

@ChengweiLou
Copy link

┌ Error: Error building KaHyPar:
│ ERROR: 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\2544035L.julia\packages\KaHyPar\52iYf\deps\build.jl:47
│ [3] include(::String) at .\client.jl:439
│ [4] top-level scope at none:5
│ in expression starting at C:\Users\2544035L.julia\packages\KaHyPar\52iYf\deps\build.jl:39
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Pkg\src\Operations.jl:899

@SebastianSchlag
Copy link
Member

I guess this pretty much boils down to us currently not supporting Windows / mingw right now. @jalving Whats your take on this?

@jalving
Copy link
Member

jalving commented Feb 25, 2021

@SebastianSchlag That's correct. Has you ever successfully compiled a windows binary? It looks like you tried building on Appveyor but it failed to find Boost.

@SebastianSchlag
Copy link
Member

The Aappveyor builds once worked, but I haven't maintained them for quite a while, since at some point Appveyor started to take more than an hour to build the project and the CI jobs then timed out.

@jalving
Copy link
Member

jalving commented Feb 28, 2021

I'll take a stab at compiling KaHyPar on a windows VM when I get a chance. If you have a MacOS build, we could also put that under https://github.com/jalving/KaHyParBuilder.

Additionally, Julia's binary support looks better than it was 2 years ago. They have pre-compiled packages for cmake and boost now which should speed up compilation. It might be possible to get KaHyPar to auto-build and host binaries.

@ChengweiLou
Copy link
Author

I'll take a stab at compiling KaHyPar on a windows VM when I get a chance. If you have a MacOS build, we could also put that under https://github.com/jalving/KaHyParBuilder.

Additionally, Julia's binary support looks better than it was 2 years ago. They have pre-compiled packages for cmake and boost now which should speed up compilation. It might be possible to get KaHyPar to auto-build and host binaries.

Thank you.
I just move to Linux. Consider there may be other packages for my research that may not support windows so well in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants