testFindSeparator does not compile

Issue #106 duplicate
Richard Roberts created an issue

While re-enabling timing scripts, I found that unit tests in gtsam_unstable/partition were not being compiled. When I re-enabled them, findSeparator.cpp doesn't build due to missing symbols. It looks like it's not getting linked with Metis. I'm not sure where Metis should be linked in though - to gtsam, gtsam_unstable, or only to this unit test? Does one of you guys know, @amelim or @fdellaert ? BTW, building of these unit tests is only re-enabled in the branch 'timing_scripts_build' so be sure to check that out.

Comments (1)

  1. Log in to comment