aboutsummaryrefslogtreecommitdiff
path: root/ports/fmi4cpp/CONTROL
diff options
context:
space:
mode:
authorGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-04-30 15:02:18 -0700
committerGitHub <noreply@github.com>2019-04-30 15:02:18 -0700
commit9db65c78914407b952f520e9cd09a7c2e27e4a96 (patch)
treec4da5110205798a941604a9ba3a7cbdb6c6b1f0e /ports/fmi4cpp/CONTROL
parent5314524f445222209aff9f372933fef0702e1913 (diff)
downloadvcpkg-9db65c78914407b952f520e9cd09a7c2e27e4a96.tar.gz
vcpkg-9db65c78914407b952f520e9cd09a7c2e27e4a96.zip
[fmi4cpp] Update to 0.7.0 (#6269)
* [fmi4cpp] update to 0.7.0 * Fix indentation * Remove duplicate feature entry
Diffstat (limited to 'ports/fmi4cpp/CONTROL')
-rw-r--r--ports/fmi4cpp/CONTROL8
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/fmi4cpp/CONTROL b/ports/fmi4cpp/CONTROL
index 38d3b8e7f..2a05be3b5 100644
--- a/ports/fmi4cpp/CONTROL
+++ b/ports/fmi4cpp/CONTROL
@@ -1,7 +1,11 @@
Source: fmi4cpp
-Version: 0.5.3
+Version: 0.7.0
Description: FMI 2.0 implementation written in modern C++
-Build-Depends: boost-property-tree, bzip2 (linux), openssl (linux), libzip, spdlog
+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