<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/33be553b4428446712574408961c5de9a1f262f2">https://github.com/macports/macports-ports/commit/33be553b4428446712574408961c5de9a1f262f2</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 33be553b442 QuantLib: Add compiler blacklist
</span>33be553b442 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 33be553b4428446712574408961c5de9a1f262f2
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun Apr 25 20:44:02 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    QuantLib: Add compiler blacklist
</span>---
 finance/QuantLib/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<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 c302c31ff60..76dcb0ff8af 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;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        lballabio QuantLib 1.22 QuantLib-v
 revision            0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +33,8 @@ compiler.cxx_standard \
</span> # https://github.com/lballabio/QuantLib/issues/1090
 configure.cxxflags-append \
                     -std=c++11
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# 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
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 900}
</span> 
 configure.args      --with-boost-include=${prefix}/include \
                     --with-boost-lib=${prefix}/lib
</pre><pre style='margin:0'>

</pre>