[quantlib] update to v1.31 (#32628)

This commit is contained in:
Jonathan Sweemer 2023-07-20 06:19:15 +09:00 committed by GitHub
parent dfc03cbd27
commit 3afacd8901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 17 deletions

View File

@ -1,10 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lballabio/QuantLib
REF QuantLib-v1.30
SHA512 7948f33fac124e615051863a1780ed2f98a626577174b54d0a276e604d3b034828e3d6c0c528687c4c0b974829dde830daf6be70f8de51467c9fc0f9a76eb525
REF "v${VERSION}"
SHA512 40a306129c48f575ce81a91f00b40c5a67fa72b5c8067f11e210d16e88f8fa188e1e957f2f369913d810819f2650f1e02b517cfc2de5ed1ad2b31d7b8f9a6e4d
HEAD_REF master
PATCHES remove-amortizingbonds-all.patch
)
if (VCPKG_TARGET_IS_WINDOWS)

View File

@ -1,12 +0,0 @@
diff --git a/ql/CMakeLists.txt b/ql/CMakeLists.txt
index fc137f41d..7ac42a58b 100644
--- a/ql/CMakeLists.txt
+++ b/ql/CMakeLists.txt
@@ -2220,7 +2220,6 @@ set(QL_GENERATED_HEADERS
${PROJECT_BINARY_DIR}/ql/cashflows/all.hpp
${PROJECT_BINARY_DIR}/ql/currencies/all.hpp
${PROJECT_BINARY_DIR}/ql/experimental/all.hpp
- ${PROJECT_BINARY_DIR}/ql/experimental/amortizingbonds/all.hpp
${PROJECT_BINARY_DIR}/ql/experimental/asian/all.hpp
${PROJECT_BINARY_DIR}/ql/experimental/averageois/all.hpp
${PROJECT_BINARY_DIR}/ql/experimental/barrieroption/all.hpp

View File

@ -1,6 +1,6 @@
{
"name": "quantlib",
"version": "1.30",
"version": "1.31",
"description": "The QuantLib C++ library",
"homepage": "https://www.quantlib.org/",
"license": "BSD-3-Clause",

View File

@ -6969,7 +6969,7 @@
"port-version": 0
},
"quantlib": {
"baseline": "1.30",
"baseline": "1.31",
"port-version": 0
},
"quaternions": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8ac6c8c86ff5e72374f06da30e08bea335041ee6",
"version": "1.31",
"port-version": 0
},
{
"git-tree": "8a4c25e9a7ca2099d8a528f7477a43fd60a271bb",
"version": "1.30",