<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/d4f4ef1d6a1e387950d6513d7ab5a1f586d158f9">https://github.com/macports/macports-ports/commit/d4f4ef1d6a1e387950d6513d7ab5a1f586d158f9</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 d4f4ef1d6a1 scip: Requires thread-local storage
</span>d4f4ef1d6a1 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d4f4ef1d6a1e387950d6513d7ab5a1f586d158f9
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Apr 27 18:30:11 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> scip: Requires thread-local storage
</span>---
math/scip/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/scip/Portfile b/math/scip/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 15e22f54e1a..8f227c09182 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/scip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/scip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,8 @@ depends_lib-append port:gmp \
</span> port:readline \
port:soplex
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # NOTE: that polymake requires that SCIP is built without ZIMPL
configure.args -DCMAKE_BUILD_TYPE=Release \
-DGMP=ON \
</pre><pre style='margin:0'>
</pre>