<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e16daa77fd7773315ae9923bb0c2cd7e04418c44">https://github.com/macports/macports-ports/commit/e16daa77fd7773315ae9923bb0c2cd7e04418c44</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e16daa77fd7773315ae9923bb0c2cd7e04418c44
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Jul 13 12:52:40 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: Do not fail if rpath is already present
</span>---
 math/OpenBLAS/Portfile | 2 +-
 1 file changed, 1 insertion(+), 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 2adc8fc9516..655952150f7 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;'>@@ -94,7 +94,7 @@ if {[string first "-devel" $subport] > 0} {
</span> # branch used on arm hit the intel builds, so do this across the board.
 depends_build-append port:cctools
 post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system "install_name_tool -add_rpath ${prefix}/lib/libgcc ${destroot}${prefix}/lib/libopenblas-r1.dylib"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system "install_name_tool -add_rpath ${prefix}/lib/libgcc ${destroot}${prefix}/lib/libopenblas-r1.dylib > /dev/null 2>&1 ; true"
</span> }
 
 compilers.choose    fc
</pre><pre style='margin:0'>

</pre>