Skip to content

Commit

Permalink
sophus 1.24.6-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Jun 12, 2024
1 parent b276513 commit aa14fd3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
9 changes: 4 additions & 5 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
-DBUILD_SOPHUS_TESTS=ON
)

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
10 changes: 10 additions & 0 deletions versions/s-/sophus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"versions": [
{
"git-tree": "1913287f559dc2d383ae319e656641f226942ee9",
"version": "1.24.6-r1",
"port-version": 0
},
{
"git-tree": "b131f43f7d7d40504d7e504a88db7042df4b21e7",
"version": "1.24.6",
"port-version": 0
},
{
"git-tree": "0f1a3b01427b62e229fe879a09465c07834d469a",
"version": "1.22.10",
Expand Down

0 comments on commit aa14fd3

Please sign in to comment.