From c4763e74e18c6f8afc5bdfeff3c1316922fa372d Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Mon, 13 Nov 2023 19:55:41 -0500 Subject: [PATCH] finance/quantlib: upgrade from 1.31.1 to 1.32 Release notes: https://github.com/lballabio/QuantLib/releases/tag/v1.32 --- finance/quantlib/Makefile | 3 +-- finance/quantlib/distinfo | 6 +++--- finance/quantlib/pkg-plist | 20 +++++++++++++------- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index 48860677aae9..2e2c6de7069b 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -1,6 +1,5 @@ PORTNAME= quantlib -PORTVERSION= 1.31.1 -PORTREVISION= 1 +PORTVERSION= 1.32 CATEGORIES= finance math devel MASTER_SITES= http://github.com/lballabio/QuantLib/releases/download/v${PORTVERSION}/ DISTNAME= QuantLib-${PORTVERSION} diff --git a/finance/quantlib/distinfo b/finance/quantlib/distinfo index e219eccd551c..2c8e191267d0 100644 --- a/finance/quantlib/distinfo +++ b/finance/quantlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694555205 -SHA256 (QuantLib-1.31.1.tar.gz) = 13b5346217153ae3c185e0c640cc523a1a6522c3a721698b2c255fd9a1a15a68 -SIZE (QuantLib-1.31.1.tar.gz) = 9389306 +TIMESTAMP = 1699913555 +SHA256 (QuantLib-1.32.tar.gz) = ef2d374ef8c320572dd4b32946da368b2dcdac41e2b87e3e9538a894efe5a6ca +SIZE (QuantLib-1.32.tar.gz) = 9399084 diff --git a/finance/quantlib/pkg-plist b/finance/quantlib/pkg-plist index e52fcf64536c..6f55e6521398 100644 --- a/finance/quantlib/pkg-plist +++ b/finance/quantlib/pkg-plist @@ -42,7 +42,6 @@ bin/quantlib-config %%BENCHMARK%%man/man1/quantlib-benchmark.1.gz include/ql/any.hpp include/ql/auto_link.hpp -include/ql/auto_ptr.hpp include/ql/cashflow.hpp include/ql/cashflows/all.hpp include/ql/cashflows/averagebmacoupon.hpp @@ -467,7 +466,9 @@ include/ql/instruments/callabilityschedule.hpp include/ql/instruments/capfloor.hpp include/ql/instruments/claim.hpp include/ql/instruments/cliquetoption.hpp +include/ql/instruments/complexchooseroption.hpp include/ql/instruments/compositeinstrument.hpp +include/ql/instruments/compoundoption.hpp include/ql/instruments/cpicapfloor.hpp include/ql/instruments/cpiswap.hpp include/ql/instruments/creditdefaultswap.hpp @@ -479,6 +480,7 @@ include/ql/instruments/doublebarriertype.hpp include/ql/instruments/equitytotalreturnswap.hpp include/ql/instruments/europeanoption.hpp include/ql/instruments/fixedratebondforward.hpp +include/ql/instruments/fixedvsfloatingswap.hpp include/ql/instruments/floatfloatswap.hpp include/ql/instruments/floatfloatswaption.hpp include/ql/instruments/forward.hpp @@ -488,6 +490,7 @@ include/ql/instruments/futures.hpp include/ql/instruments/impliedvolatility.hpp include/ql/instruments/inflationcapfloor.hpp include/ql/instruments/lookbackoption.hpp +include/ql/instruments/margrabeoption.hpp include/ql/instruments/makecapfloor.hpp include/ql/instruments/makecds.hpp include/ql/instruments/makecms.hpp @@ -505,6 +508,8 @@ include/ql/instruments/payoffs.hpp include/ql/instruments/quantobarrieroption.hpp include/ql/instruments/quantoforwardvanillaoption.hpp include/ql/instruments/quantovanillaoption.hpp +include/ql/instruments/simplechooseroption.hpp +include/ql/instruments/simplifynotificationgraph.hpp include/ql/instruments/stickyratchet.hpp include/ql/instruments/stock.hpp include/ql/instruments/swap.hpp @@ -573,7 +578,6 @@ include/ql/math/fastfouriertransform.hpp include/ql/math/functional.hpp include/ql/math/generallinearleastsquares.hpp include/ql/math/incompletegamma.hpp -include/ql/math/initializers.hpp include/ql/math/integrals/all.hpp include/ql/math/integrals/discreteintegrals.hpp include/ql/math/integrals/exponentialintegrals.hpp @@ -684,6 +688,7 @@ include/ql/math/randomnumbers/seedgenerator.hpp include/ql/math/randomnumbers/sobolbrownianbridgersg.hpp include/ql/math/randomnumbers/sobolrsg.hpp include/ql/math/randomnumbers/stochasticcollocationinvcdf.hpp +include/ql/math/randomnumbers/xoshiro256starstaruniformrng.hpp include/ql/math/richardsonextrapolation.hpp include/ql/math/rounding.hpp include/ql/math/sampledcurve.hpp @@ -711,7 +716,6 @@ include/ql/math/transformedgrid.hpp include/ql/mathconstants.hpp include/ql/methods/all.hpp include/ql/methods/finitedifferences/all.hpp -include/ql/methods/finitedifferences/americancondition.hpp include/ql/methods/finitedifferences/boundarycondition.hpp include/ql/methods/finitedifferences/bsmoperator.hpp include/ql/methods/finitedifferences/bsmtermoperator.hpp @@ -739,7 +743,6 @@ include/ql/methods/finitedifferences/meshers/predefined1dmesher.hpp include/ql/methods/finitedifferences/meshers/uniform1dmesher.hpp include/ql/methods/finitedifferences/meshers/uniformgridmesher.hpp include/ql/methods/finitedifferences/mixedscheme.hpp -include/ql/methods/finitedifferences/onefactoroperator.hpp include/ql/methods/finitedifferences/operators/all.hpp include/ql/methods/finitedifferences/operators/fdm2dblackscholesop.hpp include/ql/methods/finitedifferences/operators/fdmbatesop.hpp @@ -1096,6 +1099,12 @@ include/ql/pricingengines/credit/all.hpp include/ql/pricingengines/credit/integralcdsengine.hpp include/ql/pricingengines/credit/isdacdsengine.hpp include/ql/pricingengines/credit/midpointcdsengine.hpp +include/ql/pricingengines/exotic/all.hpp +include/ql/pricingengines/exotic/analyticamericanmargrabeengine.hpp +include/ql/pricingengines/exotic/analyticcomplexchooserengine.hpp +include/ql/pricingengines/exotic/analyticcompoundoptionengine.hpp +include/ql/pricingengines/exotic/analyticeuropeanmargrabeengine.hpp +include/ql/pricingengines/exotic/analyticsimplechooserengine.hpp include/ql/pricingengines/forward/all.hpp include/ql/pricingengines/forward/forwardengine.hpp include/ql/pricingengines/forward/forwardperformanceengine.hpp @@ -1163,12 +1172,10 @@ include/ql/pricingengines/vanilla/fdcevvanillaengine.hpp include/ql/pricingengines/vanilla/fdcirvanillaengine.hpp include/ql/pricingengines/vanilla/fdconditions.hpp include/ql/pricingengines/vanilla/fddividendengine.hpp -include/ql/pricingengines/vanilla/fddividendshoutengine.hpp include/ql/pricingengines/vanilla/fdhestonhullwhitevanillaengine.hpp include/ql/pricingengines/vanilla/fdhestonvanillaengine.hpp include/ql/pricingengines/vanilla/fdmultiperiodengine.hpp include/ql/pricingengines/vanilla/fdsabrvanillaengine.hpp -include/ql/pricingengines/vanilla/fdshoutengine.hpp include/ql/pricingengines/vanilla/fdsimplebsswingengine.hpp include/ql/pricingengines/vanilla/fdstepconditionengine.hpp include/ql/pricingengines/vanilla/fdvanillaengine.hpp @@ -1427,7 +1434,6 @@ include/ql/utilities/all.hpp include/ql/utilities/clone.hpp include/ql/utilities/dataformatters.hpp include/ql/utilities/dataparsers.hpp -include/ql/utilities/disposable.hpp include/ql/utilities/null_deleter.hpp include/ql/utilities/null.hpp include/ql/utilities/observablevalue.hpp