A library for directed and undirected networks and related graph algorithms. WIP.
If you want to use micromamba as the package manager, create and activate the environment.
micromamba create -f environment.yml
micromamba activate seldonenvWe use meson to compile and build Seldon.
meson setup build
meson compile -C buildTo install seldon to your conda environment, run the following:
meson setup build --prefix $CONDA_PREFIX
meson install -C buildTo run the tests, go into the build directory and run the following:
meson test