vcpkg/ports/quantlib/vcpkg.json

43 lines
918 B
JSON
Raw Normal View History

{
"name": "quantlib",
"version": "1.24",
"description": "The QuantLib C++ library",
"homepage": "https://www.quantlib.org/",
"supports": "!(windows & !static)",
"dependencies": [
"boost-accumulators",
"boost-algorithm",
"boost-any",
"boost-array",
"boost-assert",
"boost-assign",
"boost-atomic",
"boost-bind",
"boost-config",
"boost-core",
"boost-date-time",
"boost-dynamic-bitset",
"boost-format",
"boost-function",
"boost-functional",
"boost-iterator",
"boost-lexical-cast",
"boost-math",
"boost-multi-array",
"boost-multiprecision",
"boost-optional",
"boost-preprocessor",
"boost-random",
"boost-serialization",
"boost-signals2",
"boost-smart-ptr",
"boost-test",
"boost-thread",
"boost-tuple",
"boost-type-traits",
"boost-ublas",
"boost-unordered",
"boost-utility"
]
}