<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/800dc0aa5d6efd5e8cb6f137cf6de77924eed35b">https://github.com/macports/macports-ports/commit/800dc0aa5d6efd5e8cb6f137cf6de77924eed35b</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 800dc0a  petsc: change hwloc from build to library dependency
</span>800dc0a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 800dc0aa5d6efd5e8cb6f137cf6de77924eed35b
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Feb 22 12:30:58 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    petsc: change hwloc from build to library dependency
</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/57579
</span>---
 math/petsc/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/petsc/Portfile b/math/petsc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f9c641c..540d654 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/petsc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/petsc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           muniversal 1.0
</span> 
 name                petsc
 version             3.12.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          math science
 maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -168,7 +168,7 @@ variant complex description {Build with support for complex numbers} conflicts s
</span> }
 
 variant hwloc description {Build with hwloc} conflicts complex {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append  port:hwloc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:hwloc
</span>     configure.args-append --with-hwloc-dir=${prefix}
 }
 
</pre><pre style='margin:0'>

</pre>