Skip to content
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

[g2o] missing solvers/cholmod #43090

Open
samuelyhsu opened this issue Jan 4, 2025 · 1 comment · May be fixed by #41929
Open

[g2o] missing solvers/cholmod #43090

samuelyhsu opened this issue Jan 4, 2025 · 1 comment · May be fixed by #41929
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@samuelyhsu
Copy link

Describe the bug
g2o can be installed, but missing solvers/cholmod

Environment

  • OS: ubuntu20.04
  • Compiler: GCC 9.4.0 x86_64-linux-gnu
  • vcpkg: 65be701

To Reproduce
Steps to reproduce the behavior:

  1. ./vcpkg install g2o
  2. check in installed/x64-linux/include/g2o/solvers, there is no cholmod

Expected behavior
I hope to use solvers/cholmod, do I need any additional configuration to install it

@WangWeiLin-MV WangWeiLin-MV added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jan 6, 2025
@valgur
Copy link
Contributor

valgur commented Jan 6, 2025

Can you test with the changes from this PR? It adds the latest CHOLMOD and should definitely be building with it enabled, unless something is broken.

@WangWeiLin-MV WangWeiLin-MV linked a pull request Jan 6, 2025 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants