-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS definition mismatch #220
Comments
Hi, @parkerlreed . A few things:
Hopefully, just building |
Thanks! Will give it a try. I also just noticed the packaging I am using sets an explicit rename for gtsam's metis. If https://aur.archlinux.org/cgit/aur.git/tree/rename-included-libmetis.patch?h=gtsam-git |
Just realized I was already using develop as that is default :) Had that mixed up in my head. I will try the flag to use the system metis and see how that goes. |
I see a cmake flag for the metis executables but seemingly nothing for telling it to use system metis. Do you know what that flag may be? gtsam/gtsam/3rdparty/CMakeLists.txt Line 51 in 8212cb2
|
I figured. It's marked as the default branch, but people do build
I'm unsure of the actual plumbing, but, using If I understand correctly, I also see that At the top-level, you can disable any So, if |
Strangely both GTSAM_SUPPORT_NESTED_DISSECTION and GTSAM_BUILD_METIS_EXECUTABLES are already off. I'll see what I can figure out. |
@parkerlreed any luck? You definitely want to set Sometimes cmake does stupid things and I need to blow up my build directory to actually see the effect of the variable change. Maybe that might help you? |
I haven't been able to get back to that in a bit. At the time I did make sure to start fresh and both of those variables were already unset. I'll see if I can poke at this again a little later today. |
@parkerlreed any updates? We are looking to close pending issues. :) |
@varunagrawal From what I understand this should have be resolved with #332 |
@parkerlreed probably resolved by PR #332, please check and feel free to re-open if not. |
Description
When trying to compile rtabmap, linking fails due to gtsam metis and system metis mismatch
Steps to reproduce
Environment
Arch Linux
gcc 9.2.0
metis 5.1.0
rtabmap from master
gtsam from master
Additional information
gtsam compiled with
If the error may be within rtabmap, please let me know and I will file a bug over there.
The text was updated successfully, but these errors were encountered: