I am working on a system that needs to use METIS's API. My question is how build Metis for my system.
The older versions of Metis e.g. version 4.0.2, just has everything in one folder (lib) and you run make
in that folder.
The newest version of Metis has many folders: libs, include, gklib, and others.
The documentation shows how to use the interface, but doesn't show how to compile it in my system.
Do I have to compile the whole library as if it were a stand-alone program, or is there another way to compile it and build as an interface?