<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4a4c39d6de53ebb3b272a1f98dca75104d860e3f">https://github.com/macports/macports-ports/commit/4a4c39d6de53ebb3b272a1f98dca75104d860e3f</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 4a4c39d6de5 QuantLib: Update to 1.24
</span>4a4c39d6de5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4a4c39d6de53ebb3b272a1f98dca75104d860e3f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Oct 29 03:02:49 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    QuantLib: Update to 1.24
</span>---
 finance/QuantLib/Portfile | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/finance/QuantLib/Portfile b/finance/QuantLib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 712c8c15b87..982ceb0f72b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/finance/QuantLib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/finance/QuantLib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,11 +5,11 @@ PortGroup           github 1.0
</span> PortGroup           compiler_blacklist_versions 1.0
 PortGroup           boost 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        lballabio QuantLib 1.23 QuantLib-v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        lballabio QuantLib 1.24 QuantLib-v
</span> revision            0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  c5cff95fa9e77612f9a242fc2d161fde6424a962 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  f6c648dd0f8989e9afde31587bca7b04680fba78d692e626227047c6868420d8 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    9277653
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  6b1a1336bb84faa8b30e36e225421abe0d07ba5a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  ddda3707002b5af3103bf8b9ac250b233bd06de111c0faca031f2931d884b2e7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    9299324
</span> 
 categories          finance
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,10 +29,6 @@ github.tarball_from releases
</span> compiler.cxx_standard \
                     2011
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/lballabio/QuantLib/issues/1090
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cxxflags-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -std=c++11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # https://github.com/lballabio/QuantLib/issues/1091
 # error: default initialization of an object of const type 'const ext::function<Real (Real)>' (aka 'const function<double (double)>') without a user-provided default constructor
 compiler.blacklist-append {clang < 900}
</pre><pre style='margin:0'>

</pre>