<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/532a350b8a3fae98a85b525783d63f5c2ba95362">https://github.com/macports/macports-ports/commit/532a350b8a3fae98a85b525783d63f5c2ba95362</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 532a350b8a3 py-clawpack: disable parallel build
</span>532a350b8a3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 532a350b8a3fae98a85b525783d63f5c2ba95362
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Apr 16 15:41:18 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-clawpack: disable parallel build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/60829
</span>---
 python/py-clawpack/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-clawpack/Portfile b/python/py-clawpack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 71cd2efd8f6..8341b7023ad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-clawpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-clawpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,9 @@ patchfiles-append       patch-python3.diff
</span> python.versions         37 38 39
 compilers.setup         require_fortran
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/60829
</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> pre-build {
     build.env-append    F90=${configure.f90}
 }
</pre><pre style='margin:0'>

</pre>