<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8ccc6f7e88f61676e870192bf91d26beb8a458c7">https://github.com/macports/macports-ports/commit/8ccc6f7e88f61676e870192bf91d26beb8a458c7</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 8ccc6f7e88f OpenBLAS: fix broken links to header files
</span>8ccc6f7e88f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8ccc6f7e88f61676e870192bf91d26beb8a458c7
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Feb 10 08:22:44 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: fix broken links to header files
</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/66881
</span>---
 math/OpenBLAS/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<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 3e571ef1d0e..63690b66fe1 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;'>@@ -32,7 +32,7 @@ if {[string first "-devel" $subport] > 0} {
</span>     checksums       rmd160  ef2e2b24d242889ab4f1c5d9755f735e3689d65e \
                     sha256  78340759865780830049800f1bc15050cc1a5e500bcfd222c008496258baf873 \
                     size    23933618
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        2
</span> 
     name            ${github.project}-devel
     conflicts       OpenBLAS
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,7 +52,7 @@ if {[string first "-devel" $subport] > 0} {
</span>     checksums       rmd160  97287bb040acbf4b671559577cc8e94615b38ce2 \
                     sha256  1357fbdbace8e7cba92f52c2af1d9c1a861c8ad5a03ac84e4e953d3db59f60c6 \
                     size    23738989
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        3
</span> 
     conflicts       OpenBLAS-devel
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -197,9 +197,9 @@ post-destroot {
</span>     #For compatibility, put header files in ${prefix}/include
     foreach h [glob -tails -directory "${destroot}${prefix}/include/openblas" *.h] {
         if {${h} eq "cblas.h"} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ln -s cblas/${h} ${destroot}${prefix}/include/cblas_openblas.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ln -s openblas/${h} ${destroot}${prefix}/include/cblas_openblas.h
</span>         } else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ln -s cblas/${h} ${destroot}${prefix}/include/${h}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ln -s openblas/${h} ${destroot}${prefix}/include/${h}
</span>         }
     }
 
</pre><pre style='margin:0'>

</pre>