diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/quantlib/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/quantlib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/quantlib/vcpkg.json | 43 |
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 + } + ] +} |