From b23dcc7894c77c6c9f08f427fdd87fd419b8f752 Mon Sep 17 00:00:00 2001 From: Jonathan Sweemer Date: Thu, 19 Jan 2023 06:34:26 +0900 Subject: [PATCH] [quantlib] update to v1.29 (#29006) --- ports/quantlib/portfile.cmake | 4 ++-- ports/quantlib/vcpkg.json | 12 ++---------- scripts/ci.baseline.txt | 1 - versions/baseline.json | 2 +- versions/q-/quantlib.json | 5 +++++ 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/ports/quantlib/portfile.cmake b/ports/quantlib/portfile.cmake index 6d0d939153..d55a729301 100644 --- a/ports/quantlib/portfile.cmake +++ b/ports/quantlib/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO lballabio/QuantLib - REF QuantLib-v1.28 - SHA512 720bc18e5a01367e5cea5c9a28f2103357e6d2708dbc13c208a73b52bc615ba03ab248eca75f94e9c7631e340faa87a18bef94b4ae9f277006fc62fac4b30bc4 + REF QuantLib-v1.29 + SHA512 0610e666943f29f4fcf6188f2673837a24da749c2071f2463667bfef67262aba6425612db82d9f0553f7717dc7b8214e01dfafcf29145510d39a9e2024a749fc HEAD_REF master ) diff --git a/ports/quantlib/vcpkg.json b/ports/quantlib/vcpkg.json index e9e6b4a685..8c6d485834 100644 --- a/ports/quantlib/vcpkg.json +++ b/ports/quantlib/vcpkg.json @@ -1,18 +1,15 @@ { "name": "quantlib", - "version": "1.28", + "version": "1.29", "description": "The QuantLib C++ library", "homepage": "https://www.quantlib.org/", "license": "BSD-3-Clause", - "supports": "!(windows & !staticcrt)", + "supports": "!(windows & !static)", "dependencies": [ "boost-accumulators", "boost-algorithm", "boost-any", - "boost-array", "boost-assert", - "boost-assign", - "boost-atomic", "boost-bind", "boost-config", "boost-core", @@ -22,17 +19,12 @@ "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-thread", "boost-tuple", "boost-type-traits", "boost-ublas", diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index e69ae6c2de..67b09329fb 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1126,7 +1126,6 @@ linenoise-ng:x64-windows-static-md=fail netcdf-cxx4:x64-windows-static-md=fail open62541:x64-windows-static-md=fail openscap:x64-windows-static-md=fail -quantlib:x64-windows-static-md=fail sentencepiece:x64-windows-static-md=fail symengine:x64-windows-static-md=fail unicorn:x64-windows-static-md=fail diff --git a/versions/baseline.json b/versions/baseline.json index 54a6c3d22e..36d9fd8bad 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6537,7 +6537,7 @@ "port-version": 0 }, "quantlib": { - "baseline": "1.28", + "baseline": "1.29", "port-version": 0 }, "quaternions": { diff --git a/versions/q-/quantlib.json b/versions/q-/quantlib.json index 14f6b96be8..9774fee3b5 100644 --- a/versions/q-/quantlib.json +++ b/versions/q-/quantlib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0b303bae8ef48f28c1cf4cf88b717756c1a20a1b", + "version": "1.29", + "port-version": 0 + }, { "git-tree": "9507c0b648cda5733adf67cabafd6cadb849eff5", "version": "1.28",