mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:11:38 +08:00
32 lines
685 B
JSON
32 lines
685 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|