<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/d0ade1763d42fa95a396409547a575c4789b3671">https://github.com/macports/macports-ports/commit/d0ade1763d42fa95a396409547a575c4789b3671</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 d0ade17  scotch: build serial components with serial compiler
</span>d0ade17 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d0ade1763d42fa95a396409547a575c4789b3671
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Sep 22 03:27:21 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    scotch: build serial components with serial compiler
</span>---
 science/scotch/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/scotch/Portfile b/science/scotch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c2134a8..812c614 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/scotch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/scotch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           muniversal 1.0
</span> 
 name                scotch
 version             6.0.6
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 set v_regexp          {(\d+\.\d+\.\d+)([a-zA-Z]?)}
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +49,7 @@ patchfiles          patch-libscotch-shared.diff \
</span>                     patch-Makefile-shared.diff
 
 configure.env-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    CCS=\$(CC) \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    CCS=${configure.cc} \
</span>                     CCP=\$(CC) \
                     CCD=\$(CC) \
                     prefix=\$(DESTDIR)${prefix}
</pre><pre style='margin:0'>

</pre>