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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5b7fb04c5b8359db2fef4a230e519c8b3c92b365">https://github.com/macports/macports-ports/commit/5b7fb04c5b8359db2fef4a230e519c8b3c92b365</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 5b7fb04c5b8 gmic: Disable parallel building
</span>5b7fb04c5b8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5b7fb04c5b8359db2fef4a230e519c8b3c92b365
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jul 16 19:56:56 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gmic: Disable parallel building
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/54370
</span>---
 science/gmic/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmic/Portfile b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8356c05b8cf..65189fdb6c6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,6 +60,10 @@ patchfiles          patch-CMakeLists.txt.diff \
</span> 
 compiler.cxx_standard           2011
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Uses more memory per compile process than we can accommodate on our
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# automated build system. See https://github.com/dtschump/gmic/issues/325
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use_parallel_build              no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> subport ${name}-qt {
     description-append          (GUI application)
 
</pre><pre style='margin:0'>

</pre>