aboutsummaryrefslogtreecommitdiff
path: root/ports/fmi4cpp/vcpkg.json
blob: 298fa7cf41f2ec4fc620ce00caae4a4ad3d38b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "fmi4cpp",
  "version-string": "0.7.0",
  "port-version": 3,
  "description": "FMI 2.0 implementation written in modern C++",
  "homepage": "https://github.com/NTNU-IHB/FMI4cpp",
  "dependencies": [
    "boost-property-tree",
    {
      "name": "libzip",
      "features": [
        "openssl"
      ]
    }
  ],
  "features": {
    "curl": {
      "description": "Allows loading FMUs from URL",
      "dependencies": [
        "curl"
      ]
    },
    "odeint": {
      "description": "Adds support for wrapping Model Exchange models as Co-simulation models using odeint solvers",
      "dependencies": [
        "boost-odeint",
        "boost-ublas"
      ]
    }
  }
}