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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d5af16297599cd02071ffb15c1d2d40058623653">https://github.com/macports/macports-ports/commit/d5af16297599cd02071ffb15c1d2d40058623653</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 d5af1629759 mpich: disable configure tests related to python 3, iteration 2 - Additional flag needed to eliminate build issues - See: https://github.com/macports/macports-ports/commit/1b356f80857cbe3669d8ec59f4c5d038bea32b28#commitcomment-69542891 - CC: @eborisch
</span>d5af1629759 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d5af16297599cd02071ffb15c1d2d40058623653
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Fri Mar 25 13:08:36 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mpich: disable configure tests related to python 3, iteration 2
</span><span style='display:block; white-space:pre;color:#404040;'>    - Additional flag needed to eliminate build issues
</span><span style='display:block; white-space:pre;color:#404040;'>    - See: https://github.com/macports/macports-ports/commit/1b356f80857cbe3669d8ec59f4c5d038bea32b28#commitcomment-69542891
</span><span style='display:block; white-space:pre;color:#404040;'>    - CC: @eborisch
</span>---
 science/mpich/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/mpich/Portfile b/science/mpich/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5900d4e73cb..166f30ab6b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/mpich/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/mpich/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -173,6 +173,7 @@ if {${subport_enabled}} {
</span>                     --with-thread-package=posix      \
                     --with-hwloc-prefix=${prefix}    \
                     --disable-collalgo-tests         \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-f08                    \
</span>                     "F90FLAGS='' F90=''"
 
     if {${os.major} < 12} {
</pre><pre style='margin:0'>

</pre>