aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/simbody/vcpkg.json
blob: fd36c4d6c53fd459ad05b0b244e0d37e9c683248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "simbody",
  "version-date": "2023-01-10",
  "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",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    "blas",
    "lapack",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}