mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
9db65c7891
* [fmi4cpp] update to 0.7.0 * Fix indentation * Remove duplicate feature entry
15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
Source: fmi4cpp
|
|
Version: 0.7.0
|
|
Description: FMI 2.0 implementation written in modern C++
|
|
Build-Depends: boost-property-tree, libzip[openssl]
|
|
|
|
Feature: curl
|
|
Build-Depends: curl
|
|
Description: Allows loading FMUs from URL
|
|
|
|
Feature: odeint
|
|
Build-Depends: boost-ublas, boost-odeint
|
|
Description: Adds support for wrapping Model Exchange models as Co-simulation models using odeint solvers
|
|
|
|
|