Clean install "make check" fails?

Issue #110 resolved
Frank Dellaert created an issue

I just did a clone, make install, make check, and the latter fails because of metis linking errors. Anyone knowns why? Assigning Andrew for now. @lucacarlone

Comments (3)

  1. Dino Hüllmann

    Changing gtsam_unstable/partition/tests/CMakeLists.txt to

    gtsamAddTestsGlob(partition "test*.cpp" "${ignore_test}" "gtsam_unstable;gtsam;metis")
    

    fixed the problem for me.

  2. Log in to comment