g2o-python icon indicating copy to clipboard operation
g2o-python copied to clipboard

Release version 0.0.14 on pypi

Open bouk opened this issue 1 year ago • 3 comments

Hi, I see you've created some new versions on GitHub, I was wondering if you could publish them on PyPI?

Thanks for your project!

bouk avatar Jan 22 '24 10:01 bouk

Hi @bouk,

That's the plan! 😄 I'm finding some issues with dependencies on cibuildwheel that I am trying to solve in my spare time.

miquelmassot avatar Jan 23 '24 14:01 miquelmassot

Okay sounds good! I've got it building myself but I had to set -DBUILD_SHARED_LIBS=OFF in the cmake flags to make the result usable

bouk avatar Jan 23 '24 15:01 bouk

Noting here the upstream issue with g2o - https://github.com/RainerKuemmerle/g2o/pull/758 The goal is to lower Eigen to 3.3 instead of 3.4, as the manylinux OS is CentOS 7, which ships with Eigen 3.3.7 by default.

miquelmassot avatar Jan 24 '24 10:01 miquelmassot