File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ set(LIB_PREFIX g2o_)
1515set (g2o_C_FLAGS)
1616set (g2o_CXX_FLAGS)
1717
18- set (G2O_LIB_VERSION "2.1 .0" CACHE STRING "g2o library version" )
19- set (G2O_LIB_SOVERSION "2.1 " CACHE STRING "g2o library soversion" )
20- set (G2O_VERSION 2.1 .0)
18+ set (G2O_LIB_VERSION "2.2 .0" CACHE STRING "g2o library version" )
19+ set (G2O_LIB_SOVERSION "2.2 " CACHE STRING "g2o library soversion" )
20+ set (G2O_VERSION 2.2 .0)
2121
2222# manually check for top-level project if CMake is older than 3.21
2323if (CMAKE_VERSION VERSION_LESS 3.21)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " g2opy"
7- version = " 2.1 .0"
7+ version = " 2.2 .0"
88description =" g2o: A General Framework for Graph Optimization"
99readme = " README.md"
1010authors = [
@@ -37,8 +37,7 @@ before-build = "yum install -y eigen3-devel json-devel"
3737
3838[[tool .cibuildwheel .overrides ]]
3939select = " *-musllinux*"
40- before-all = " apk add eigen"
41- # TODO install nlohmann-json
40+ before-all = " apk add eigen nlohmann-json"
4241
4342[[tool .cibuildwheel .overrides ]]
4443select = " *-macosx_*"
You can’t perform that action at this time.
0 commit comments