From bed365bfae208241f2a69f6fba89145ab710051a Mon Sep 17 00:00:00 2001 From: Lars Ivar Hatledal Date: Wed, 7 Nov 2018 02:07:46 +0100 Subject: add fmi4cpp port (#4650) --- ports/fmi4cpp/CONTROL | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ports/fmi4cpp/CONTROL (limited to 'ports/fmi4cpp/CONTROL') diff --git a/ports/fmi4cpp/CONTROL b/ports/fmi4cpp/CONTROL new file mode 100644 index 000000000..35090616d --- /dev/null +++ b/ports/fmi4cpp/CONTROL @@ -0,0 +1,4 @@ +Source: fmi4cpp +Version: 0.4.0 +Description: FMI 2.0 implementation written in modern C++ +Build-Depends: boost-property-tree, boost-ublas, boost-odeint, bzip2 (linux), openssl (linux), libzip -- cgit v1.2.3 From 5e2cc262c631d67354d04cdc0312503186b387ab Mon Sep 17 00:00:00 2001 From: Lars Ivar Hatledal Date: Sat, 26 Jan 2019 00:14:30 +0100 Subject: Update fmi4cpp to v0.5.3 (#5183) --- ports/fmi4cpp/CONTROL | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ports/fmi4cpp/CONTROL') diff --git a/ports/fmi4cpp/CONTROL b/ports/fmi4cpp/CONTROL index 35090616d..38d3b8e7f 100644 --- a/ports/fmi4cpp/CONTROL +++ b/ports/fmi4cpp/CONTROL @@ -1,4 +1,10 @@ Source: fmi4cpp -Version: 0.4.0 +Version: 0.5.3 Description: FMI 2.0 implementation written in modern C++ -Build-Depends: boost-property-tree, boost-ublas, boost-odeint, bzip2 (linux), openssl (linux), libzip +Build-Depends: boost-property-tree, bzip2 (linux), openssl (linux), libzip, spdlog + +Feature: odeint +Build-Depends: boost-ublas, boost-odeint +Description: Adds support for wrapping Model Exchange models as Co-simulation models using odeint solvers + + -- cgit v1.2.3