Hello Everyone, We have been developing The LLVM OpenMP runtime library project and were hoping to incorporate the hwloc library as the primary affinity mechanism. In order for this to happen though, a CMake build system would have to be created as it is now the primary build system of both LLVM and the LLVM OpenMP runtime library. It offers better native Windows support (no config/compile cl hackery), just as much configuration capability as the autotools at a fraction of the effort. It is also easier to maintain by more developers because the CMake language is easier to learn and has superior documentation.
So a couple of questions: 1) Is anyone currently working on a CMake build system for hwloc? 2) Would someone inside hwloc development be interested in building a CMake build system? 3) If we were to implement a quality CMake build system, would it be accepted? Plus, any other comments or questions are absolutely welcome. -- Johnny