From 2f6db416e0b0ef94dee9781cafb171de00c54d8e Mon Sep 17 00:00:00 2001 From: Hauke Strasdat Date: Wed, 12 Jun 2024 02:10:55 -0700 Subject: [PATCH 1/3] sophus 1.24.6-rc1 --- ports/sophus/portfile.cmake | 9 ++++----- ports/sophus/vcpkg.json | 3 +-- versions/baseline.json | 2 +- versions/s-/sophus.json | 5 +++++ 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ports/sophus/portfile.cmake b/ports/sophus/portfile.cmake index 772ebba0ab8604..fa26ed9db202a1 100644 --- a/ports/sophus/portfile.cmake +++ b/ports/sophus/portfile.cmake @@ -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() diff --git a/ports/sophus/vcpkg.json b/ports/sophus/vcpkg.json index f2129105faf919..4a42b5fe10505d 100644 --- a/ports/sophus/vcpkg.json +++ b/ports/sophus/vcpkg.json @@ -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 diff --git a/versions/baseline.json b/versions/baseline.json index caa697fda65d5f..cca0052819ee3e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8289,7 +8289,7 @@ "port-version": 2 }, "sophus": { - "baseline": "1.22.10", + "baseline": "1.24.6-r1", "port-version": 0 }, "soqt": { diff --git a/versions/s-/sophus.json b/versions/s-/sophus.json index 7f994e1b455c41..3d621ccafd4420 100644 --- a/versions/s-/sophus.json +++ b/versions/s-/sophus.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e90a6dd63567b7568e42fd898f5c58627083625f", + "version": "1.24.6-r1", + "port-version": 0 + }, { "git-tree": "0f1a3b01427b62e229fe879a09465c07834d469a", "version": "1.22.10", From c98f8ccc9690a4a83d4d83030bf16ce936406fd4 Mon Sep 17 00:00:00 2001 From: Hauke Strasdat Date: Wed, 12 Jun 2024 12:01:40 -0700 Subject: [PATCH 2/3] Update ports/sophus/portfile.cmake Co-authored-by: Kai Pastor --- ports/sophus/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/sophus/portfile.cmake b/ports/sophus/portfile.cmake index fa26ed9db202a1..2f05e4110416e1 100644 --- a/ports/sophus/portfile.cmake +++ b/ports/sophus/portfile.cmake @@ -9,7 +9,7 @@ vcpkg_from_github( vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" OPTIONS - -DBUILD_SOPHUS_TESTS=ON + -DBUILD_SOPHUS_TESTS=OFF ) vcpkg_cmake_install() From 139d7e88fab3070f6264b2d615d222b81df2f6f9 Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Wed, 12 Jun 2024 16:15:09 -0700 Subject: [PATCH 3/3] Fix version database. --- versions/s-/sophus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/s-/sophus.json b/versions/s-/sophus.json index 3d621ccafd4420..2cf9f73410a137 100644 --- a/versions/s-/sophus.json +++ b/versions/s-/sophus.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "e90a6dd63567b7568e42fd898f5c58627083625f", + "git-tree": "00175a8c00123bfc1f5b85458c457f2c313c7abb", "version": "1.24.6-r1", "port-version": 0 },