Skip to content

Commit

Permalink
[simbody] no absolute paths (#22420)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 10, 2022
1 parent b39db0c commit 964e758
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/simbody/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions ports/simbody/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6354,7 +6354,7 @@
},
"simbody": {
"baseline": "2022-01-04",
"port-version": 0
"port-version": 1
},
"simde": {
"baseline": "0.7.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/simbody.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "09ced08b16274ddf38f64031b659a76b8aea2e85",
"version-date": "2022-01-04",
"port-version": 1
},
{
"git-tree": "9474ba4a8027fb4f8e3e160decc4fa9f443a16e9",
"version-date": "2022-01-04",
Expand Down

0 comments on commit 964e758

Please sign in to comment.