KarypisLab / METIS

METIS - Serial Graph Partitioning and Fill-reducing Matrix Ordering
Other
707 stars 139 forks source link

Expose CMake build system #7

Open gruenich opened 4 years ago

gruenich commented 4 years ago

Currently the CMake build system is hidden by a Makefile and it cannot be used directly. This makes it difficult to use all the parameters CMake offers like compiler, flags, out-of-surce-build, generator (Ninja instead of make). I'd like to see CMake becoming a first class citizen. The Makefile might stay as an alternative way to use CMake.

Would you accept according patches?

LecrisUT commented 1 year ago

Fully agree with that. @gruenich @pvc1989 any of you willing to help with documentation of common actions to make #79 more approachable?