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

[sophus] Update to 1.24.6-rc1 #39225

Merged
merged 4 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions ports/sophus/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO strasdat/Sophus
REF 1.22.10
SHA512 0b212a015d487b3a39a9c4beb4280ebd659782f527ec863f429b5aa57462d53c41976c9285894855b380baa97d5fda35b46dfd09aa31653fb35b51039816ac78
HEAD_REF master
REF 1.24.6-rc1
SHA512 c1ba40b823cabce3fe83f528837ac111f4d746d6679fb920abd7be32de149c0937bb9a5049da156aec28a9b9fedbebae76a056de12707c01c5cb40dc9197c3e4
HEAD_REF main
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_SOPHUS_TESTS=OFF
-DBUILD_SOPHUS_EXAMPLES=OFF
)

vcpkg_cmake_install()
Expand Down
3 changes: 1 addition & 2 deletions ports/sophus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "sophus",
"version": "1.22.10",
"version": "1.24.6-r1",
"description": "Lie group library for C++",
"homepage": "https://github.com/strasdat/Sophus",
"license": "MIT",
"dependencies": [
"eigen3",
"fmt",
{
"name": "vcpkg-cmake",
"host": true
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8289,7 +8289,7 @@
"port-version": 2
},
"sophus": {
"baseline": "1.22.10",
"baseline": "1.24.6-r1",
"port-version": 0
},
"soqt": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sophus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "00175a8c00123bfc1f5b85458c457f2c313c7abb",
"version": "1.24.6-r1",
"port-version": 0
},
{
"git-tree": "0f1a3b01427b62e229fe879a09465c07834d469a",
"version": "1.22.10",
Expand Down