[gtsam] Update to 4.2.0 (#40655)

This commit is contained in:
Andre Nguyen 2024-09-03 16:34:46 -04:00 committed by GitHub
parent 45766bc6b4
commit 9248157f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 8 deletions

View File

@ -2,8 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO borglab/gtsam REPO borglab/gtsam
REF ${VERSION} REF ${VERSION}
SHA512 0aae0b785a3f7ae25008d0938848e93519786521cca9cd0cd1a8937ec5ac46f3b1ca1bfaaff1ca5812c92f8ef55b729a06c57632da5dd8fc38afc22d3047f8e0 SHA512 c0e5de8d86ea8241b49449bd291999ec0d6530bc9943b213e7c650b0ab29894ab53636bd1a0ed82d9d9d148dfc399ebff28e108b060d2d2176b584823bd722cd
HEAD_REF master HEAD_REF develop
PATCHES PATCHES
build-fixes.patch build-fixes.patch
path-fixes.patch path-fixes.patch
@ -17,8 +17,8 @@ vcpkg_cmake_configure(
-DGTSAM_BUILD_TIMING_ALWAYS=OFF -DGTSAM_BUILD_TIMING_ALWAYS=OFF
-DGTSAM_BUILD_UNSTABLE=OFF -DGTSAM_BUILD_UNSTABLE=OFF
-DGTSAM_UNSTABLE_BUILD_PYTHON=OFF -DGTSAM_UNSTABLE_BUILD_PYTHON=OFF
-DGTSAM_USE_SYSTEM_EIGEN=On -DGTSAM_USE_SYSTEM_EIGEN=ON
-DGTSAM_USE_SYSTEM_METIS=On -DGTSAM_USE_SYSTEM_METIS=ON
-DGTSAM_INSTALL_CPPUNITLITE=OFF -DGTSAM_INSTALL_CPPUNITLITE=OFF
-DGTSAM_BUILD_TYPE_POSTFIXES=OFF -DGTSAM_BUILD_TYPE_POSTFIXES=OFF
-DCMAKE_CXX_STANDARD=11 # Boost v1.84.0 libraries require C++11 -DCMAKE_CXX_STANDARD=11 # Boost v1.84.0 libraries require C++11

View File

@ -1,7 +1,6 @@
{ {
"name": "gtsam", "name": "gtsam",
"version-string": "4.2a9", "version": "4.2.0",
"port-version": 2,
"description": "GTSAM is a library of C++ classes that implement smoothing and mapping (SAM) in robotics and vision, using factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices.", "description": "GTSAM is a library of C++ classes that implement smoothing and mapping (SAM) in robotics and vision, using factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices.",
"homepage": "https://github.com/borglab/gtsam", "homepage": "https://github.com/borglab/gtsam",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",

View File

@ -3289,8 +3289,8 @@
"port-version": 9 "port-version": 9
}, },
"gtsam": { "gtsam": {
"baseline": "4.2a9", "baseline": "4.2.0",
"port-version": 2 "port-version": 0
}, },
"guetzli": { "guetzli": {
"baseline": "2020-09-14", "baseline": "2020-09-14",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "2a6bc1e174acef86e1f288d2be7ac6095ed02cbe",
"version": "4.2.0",
"port-version": 0
},
{ {
"git-tree": "9c2a1fefb94d0fe792cde3fe6519ce59e181685a", "git-tree": "9c2a1fefb94d0fe792cde3fe6519ce59e181685a",
"version-string": "4.2a9", "version-string": "4.2a9",