TEASER-plusplus icon indicating copy to clipboard operation
TEASER-plusplus copied to clipboard

[BUG] build teaser++ and run ctest == error #18

Open bhaines-castlepeak opened this issue 4 years ago • 1 comments

Describe the bug I am attempting to run ctest after building. All tests pass on two different machines (iMac and Ubuntu box). Both fail the same test #18. I'm looking for suggestions what I might be doing wrong??

Thank you for any insights you can offer!

cmake and make completed with no errors.

Have you run the unit tests? yes.

Installed Dependencies Ubuntu 20.04.2 LTS 64G memory Intel® Xeon(R) Silver 4114 CPU @ 2.20GHz × 40 cmake version 3.16.3 eigen 3.3.7 boost 1.71 pcl 1.10.0

To Reproduce sudo apt install cmake libeigen3-dev libboost-all-dev libpcl-dev git clone https://github.com/MIT-SPARK/TEASER-plusplus.git cd TEASER-plusplus && mkdir build cd build cmake .. make OMP_NUM_THREADS=12 ctest

Additional context detailed console output from build, ctest and ctest -VV

teaser-plusplus_ctest_error.txt

bhaines-castlepeak avatar May 26 '21 22:05 bhaines-castlepeak

Hi @knoname thanks for reporting the bug. I've seen the same issue before unfortunately I could not isolate the cause within reasonable time. Feel free to take a look yourself and I welcome any PR.

jingnanshi avatar Jun 29 '21 19:06 jingnanshi

This should have been fixed with #165 and the fixes in my fork of the PMC library.

jingnanshi avatar May 22 '23 01:05 jingnanshi