However, it is not compatible with macOS and it requires building it before the installation. Can you please help me to do that?
I already downloaded the code but I couldn’t figure out how to build the package.
The problem is that I get an error when I type the firs line in terminal:
git clone --depth=1 --recursive git@github.com:SebastianSchlag/kahypar.git
Cloning into 'kahypar'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Of course the most elegant solution here would probably be to try to get KaHyPar into Yggdrasil, so this would just work on all platforms automatically.
I would rather install it on my computer since I have to do the run-time comparison between several methods.
So far, everything is installed and I successfully complete all the steps. However, when I run Pkg.test(“KaHyPar”) it returns me an error and asks me to re-run Pkg.build(“KaHyPar”).
By running Pkg.build(“KaHyPar”), I get the following error:
julia> Pkg.build("KaHyPar")
Building KaHyPar → `~/.julia/packages/KaHyPar/x8xg0/deps/build.log`
┌ Error: Error building `KaHyPar`:
│ ERROR: LoadError: Could not find the libboost_program_options library
I think that this is related to
The Boost.Program_options library and the boost header files
mentioned in the requirements but I don’t know what it is exactly and how I should deal with that.