Bug Report
I am packaging Zoltan for Guix. You find my pull request here.
But I have disabled metis in it. You can reproduce the error by setting TPL_ENABLE_METIS to ON.
Description
When compiling Zoltan with -DTPL_ENABLE_METIS=ON compilation fails with error Zoltan_ParMetis undefined, although it is defined in the file packages/zoltan/src/tpls/parmetis_interface.h but which seems no to be included anywhere.
Steps to Reproduce
- version 16.1.0
- Pass flag
-DTPL_ENABLE_METIS=ON to cmake
- Observe error
Zoltan_ParMetis undefined