<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5b5c5b2ce22433af4dae2c183cf112edfa7e90c9">https://github.com/macports/macports-ports/commit/5b5c5b2ce22433af4dae2c183cf112edfa7e90c9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5b5c5b2ce22433af4dae2c183cf112edfa7e90c9
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Jan 23 13:23:46 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: add build dependency on cctools
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    cctools provides ${prefix}/bin/ar and ${prefix}/bin/ranlib
</span>---
 math/OpenBLAS/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/OpenBLAS/Portfile b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 45d0c9bf656..fba1bafbdde 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -171,7 +171,10 @@ pre-build {
</span> }
 
 build.args          "AR=${prefix}/bin/ar RANLIB=${prefix}/bin/ranlib"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append        path:libexec/coreutils/libstdbuf.so:coreutils
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append        path:libexec/coreutils/libstdbuf.so:coreutils \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:cctools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_skip_archcheck      coreutils \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            cctools
</span> 
 platform darwin 8 {
     depends_build-append    port:gmake
</pre><pre style='margin:0'>

</pre>