<pre style='margin:0'>
Eric A. Borisch (eborisch) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dc7134a9056fa2c197a2093404a1f84caa405e90">https://github.com/macports/macports-ports/commit/dc7134a9056fa2c197a2093404a1f84caa405e90</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 dc7134a9056 mpich: Record hwloc dep. (#10826)
</span>dc7134a9056 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dc7134a9056fa2c197a2093404a1f84caa405e90
</span>Author: Eric A. Borisch <borisch.eric@mayo.edu>
AuthorDate: Wed Apr 28 08:59:34 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mpich: Record hwloc dep. (#10826)
</span>---
 science/mpich/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<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 d15d33f1236..b04032a0d77 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;'>@@ -224,7 +224,8 @@ if {${name} ne ${subport} && [string first "-devel" $subport] < 0} {
</span>     }
 
     depends_build-append        port:pkgconfig
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append          port:libxml2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append          port:libxml2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                port:hwloc
</span>     depends_run-append          port:mpi_select
     select.group                mpi
     select.file                 ${filespath}/${name}-${cname}
</pre><pre style='margin:0'>

</pre>