vcpkg/ports/quantlib/vcpkg.json
2023-07-25 11:13:52 -07:00

43 lines
886 B
JSON

{
"name": "quantlib",
"version": "1.31.1",
"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-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
}
]
}