Skip to content

Commit

Permalink
[baseline] Fix g2o blas detection (microsoft#38135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A authored Apr 11, 2024
1 parent 43d8179 commit 582a4de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/g2o/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ vcpkg_from_github(
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" BUILD_LGPL_SHARED_LIBS)
file(REMOVE "${SOURCE_PATH}/cmake_modules/FindBLAS.cmake")

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion ports/g2o/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "g2o",
"version-date": "2020-02-07",
"port-version": 5,
"port-version": 6,
"description": "g2o: A General Framework for Graph Optimization",
"homepage": "https://openslam.org/g2o.html",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@
},
"g2o": {
"baseline": "2020-02-07",
"port-version": 5
"port-version": 6
},
"g3log": {
"baseline": "2.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/g2o.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dcf90e398d2940de9be1685b435cc4314f348125",
"version-date": "2020-02-07",
"port-version": 6
},
{
"git-tree": "dd362c97bd5a71ae6c3abad13da61b6323e8746f",
"version-date": "2020-02-07",
Expand Down

0 comments on commit 582a4de

Please sign in to comment.