Skip to content

Commit

Permalink
sophus 1.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Jun 12, 2024
1 parent b276513 commit 982433c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ports/sophus/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO strasdat/Sophus
REF 1.22.10
SHA512 0b212a015d487b3a39a9c4beb4280ebd659782f527ec863f429b5aa57462d53c41976c9285894855b380baa97d5fda35b46dfd09aa31653fb35b51039816ac78
HEAD_REF master
REF 1.24.6
SHA512 046cbfaa340cd632c7e65deed65822a92f8ac58fed5c83a526e51f0a0dc27da4a3881d4f193c2344c381c20101f2dd2e736010b2b685ccc11a62b3f06289b4db
HEAD_REF main
)

vcpkg_cmake_configure(
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",
"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",
"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": "b131f43f7d7d40504d7e504a88db7042df4b21e7",
"version": "1.24.6",
"port-version": 0
},
{
"git-tree": "0f1a3b01427b62e229fe879a09465c07834d469a",
"version": "1.22.10",
Expand Down

0 comments on commit 982433c

Please sign in to comment.