From 964e75806b4421814552facffef3d278ed9ef594 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:18:05 +0100 Subject: [PATCH] [simbody] no absolute paths (#22420) --- ports/simbody/portfile.cmake | 2 ++ ports/simbody/vcpkg.json | 1 + versions/baseline.json | 2 +- versions/s-/simbody.json | 5 +++++ 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ports/simbody/portfile.cmake b/ports/simbody/portfile.cmake index cdd8f2927f5ebe..d3287e03b3c236 100644 --- a/ports/simbody/portfile.cmake +++ b/ports/simbody/portfile.cmake @@ -33,5 +33,7 @@ endif() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") +vcpkg_fixup_pkgconfig() + # Handle copyright file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/simbody/vcpkg.json b/ports/simbody/vcpkg.json index 70822d07b426f3..c35c85a01d5ab8 100644 --- a/ports/simbody/vcpkg.json +++ b/ports/simbody/vcpkg.json @@ -1,6 +1,7 @@ { "name": "simbody", "version-date": "2022-01-04", + "port-version": 1, "description": "High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton.", "homepage": "https://simtk.org/home/simbody", "supports": "!uwp", diff --git a/versions/baseline.json b/versions/baseline.json index f25e5c6d2b2141..1ee094d2faf292 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6354,7 +6354,7 @@ }, "simbody": { "baseline": "2022-01-04", - "port-version": 0 + "port-version": 1 }, "simde": { "baseline": "0.7.2", diff --git a/versions/s-/simbody.json b/versions/s-/simbody.json index 6c2380d95a2b62..d3c76f8e03fb31 100644 --- a/versions/s-/simbody.json +++ b/versions/s-/simbody.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "09ced08b16274ddf38f64031b659a76b8aea2e85", + "version-date": "2022-01-04", + "port-version": 1 + }, { "git-tree": "9474ba4a8027fb4f8e3e160decc4fa9f443a16e9", "version-date": "2022-01-04",