aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/quantlib/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/quantlib/vcpkg.json')
-rw-r--r--vcpkg/ports/quantlib/vcpkg.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/vcpkg/ports/quantlib/vcpkg.json b/vcpkg/ports/quantlib/vcpkg.json
new file mode 100644
index 0000000..c11c7dc
--- /dev/null
+++ b/vcpkg/ports/quantlib/vcpkg.json
@@ -0,0 +1,43 @@
+{
+ "name": "quantlib",
+ "version": "1.40",
+ "description": "The QuantLib C++ library",
+ "homepage": "https://www.quantlib.org/",
+ "license": "BSD-3-Clause",
+ "supports": "!(windows & !static)",
+ "dependencies": [
+ "boost-accumulators",
+ "boost-algorithm",
+ "boost-any",
+ "boost-assert",
+ "boost-bimap",
+ "boost-bind",
+ "boost-config",
+ "boost-core",
+ "boost-date-time",
+ "boost-dynamic-bitset",
+ "boost-format",
+ "boost-function",
+ "boost-functional",
+ "boost-iterator",
+ "boost-math",
+ "boost-multi-array",
+ "boost-multiprecision",
+ "boost-optional",
+ "boost-preprocessor",
+ "boost-smart-ptr",
+ "boost-tuple",
+ "boost-type-traits",
+ "boost-ublas",
+ "boost-unordered",
+ "boost-utility",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}