mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 13:37:55 +08:00
4bd3a11e79
* Add simbody port * Use newer vcpkg functions * Fix cmake config path for unix * Use patch file instead * Fix tools path for unix * Hard-code tools path * Add freeglut dep * Link to GLUT::GLUT * Don't build visualization * Fix static * Fix static * Update versions * Fail for uwp * Update baseline * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Add !uwp to vcpkg.json * Fix static * Test simbody PR on CI * Try new ref * Fix hash * Fix osx * Fix * Update ref after upstream merge * Update ports/simbody/portfile.cmake Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com> * Update version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
20 lines
492 B
JSON
20 lines
492 B
JSON
{
|
|
"name": "simbody",
|
|
"version-date": "2022-01-04",
|
|
"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",
|
|
"dependencies": [
|
|
"blas",
|
|
"lapack",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|