KaHyPar.jl icon indicating copy to clipboard operation
KaHyPar.jl copied to clipboard

ERROR: LoadError: UndefVarError: libkahypar not defined

Open johnny-eee opened this issue 2 years ago • 5 comments

While installing the package on VScode in Windows, I met the following question (for the dependent package: KaHyPar ). I have no idea what is going on, could you please give me some hints on this. Many and many thanks for your help.

Precompiling project... ✗ KaHyPar 0 dependencies successfully precompiled in 1 seconds. 10 already precompiled. 1 dependency errored. To see a full report either run import Pkg; Pkg.precompile() or load the package Testing Running tests... ERROR: LoadError: UndefVarError: libkahypar not defined

johnny-eee avatar Nov 24 '22 07:11 johnny-eee

Hi @Fishermanljh. KaHyPar unfortunately does not have Windows binaries. It is my understanding that the KaHyPar build process does not really support cross-compilation. @SebastianSchlag is this still the case? Are there any efforts towards producing a Windows build?

jalving avatar Nov 27 '22 06:11 jalving

Hi folks, yes, support for Windows is still lacking. We had successful Windows builds in the past though, so in principle it should be possible to compile KaHyPar on a Windows machine. Alternatively, using the Windows Subsystem for Linux (and KaHyPar linux builds) could be a viable option.

SebastianSchlag avatar Nov 30 '22 06:11 SebastianSchlag

Many thanks for your kindly reply and help. I will try the Linux system.

I also wonder whether this package supports the Mac OS ?

johnny-eee avatar Dec 01 '22 12:12 johnny-eee

Yes, we have hosted builds for Mac OS. The M1 architecture should work as well.

jalving avatar Dec 02 '22 18:12 jalving

Yes, we have hosted builds for Mac OS. The M1 architecture should work as well.

Yep, MacOS/M1 should work out of the box.

SebastianSchlag avatar Dec 02 '22 23:12 SebastianSchlag