vcpkg/ports/quantlib/vcpkg.json

44 lines
903 B
JSON
Raw Normal View History

{
"name": "quantlib",
2024-07-26 15:11:52 +08:00
"version": "1.35",
"description": "The QuantLib C++ library",
"homepage": "https://www.quantlib.org/",
"license": "BSD-3-Clause",
2023-01-19 05:34:26 +08:00
"supports": "!(windows & !static)",
"dependencies": [
"boost-accumulators",
"boost-algorithm",
"boost-any",
"boost-assert",
2024-01-24 03:47:18 +08:00
"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",
2022-01-21 02:29:37 +08:00
"boost-utility",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}