[idyntree] Update to 10.0.0 (#34513)

* [idyntree] Update to 10.0.0

* [idyntree] Update versions
This commit is contained in:
Silvio Traversaro 2023-10-18 19:15:48 +02:00 committed by GitHub
parent 3e1bc1a3ca
commit db956472e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 7 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO robotology/idyntree
REF "v${VERSION}"
SHA512 4f3b0f14c4b280c3cf1f2d232e40b4ebebbccf241d31e6fdda94a7e2be8b245373c13ef9c99aa6424a37e56e927ef62d38961d02a1b11585a905d4bef47e3045
SHA512 1861ed193789559354bcfa81183b2bcc985dde2d71c114d369e01c37268e64624f50a1c416f48392dc5b9230e0bfc576bd5714f4d4368994df4dffc4623d989a
HEAD_REF master
)
@ -51,5 +51,5 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/include"
)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.LGPL2" "${SOURCE_PATH}/LICENSE.LGPL3")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")

View File

@ -1,10 +1,9 @@
{
"name": "idyntree",
"version": "9.0.0",
"port-version": 1,
"version": "10.0.0",
"description": "Multibody Dynamics Library designed for Free Floating Robots.",
"homepage": "https://github.com/robotology/idyntree",
"license": "LGPL-2.1-or-later",
"license": "BSD-3-Clause",
"supports": "!xbox",
"dependencies": [
"eigen3",

View File

@ -3325,8 +3325,8 @@
"port-version": 0
},
"idyntree": {
"baseline": "9.0.0",
"port-version": 1
"baseline": "10.0.0",
"port-version": 0
},
"if97": {
"baseline": "2.1.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d1899c3e91178e266bedb71a79fcf173f009db6b",
"version": "10.0.0",
"port-version": 0
},
{
"git-tree": "50658eb0c1ccc3ada2d91638cddb51bec93dd2c5",
"version": "9.0.0",