Dear Dr Krishna Kumar,
I installed CB-GEO mpm in my PC (Ubuntu Ubuntu 18.04.3 LTS onto the Virtual box 6.0.
The cmake command and error messages are follows
`mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ /home/nanopore/mpm
– Looking for IceConnectionNumber in ICE
– Looking for IceConnectionNumber in ICE - found
– Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so found components: OpenGL GLX
– Checking for package ‘KaHIP’
CMake Error at /usr/local/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
KaHIP could not be found/configured. (missing: KAHIP_LIBRARIES
KAHIP_INCLUDE_DIRS KAHIP_TEST_RUNS)
Call Stack (most recent call first):
/usr/local/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
cmake/FindKaHIP.cmake:140 (find_package_handle_standard_args)
CMakeLists.txt:106 (find_package)
– Configuring incomplete, errors occurred!
See also “/home/nanopore/mpm/build/CMakeFiles/CMakeOutput.log”.
I already installed the KaHIP with the following command.
cd ~/workspace/ && git clone https://github.com/schulzchristian/KaHIP &&
cd KaHIP && sh ./compile_withcmake.sh
What should I do to solve this problem?
Thank you for your kind support!
Teddy