vcpkg/ports/quantlib/vcpkg.json
Jonathan Sweemer de344eec35
[quantlib] update to v1.34 (#38397)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-04-26 12:45:46 -04:00

44 lines
903 B
JSON

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