<pre style='margin:0'>
NicosPavlov pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/47ac37a6d3beeba99cc23165c5cda7446bc0a60d">https://github.com/macports/macports-ports/commit/47ac37a6d3beeba99cc23165c5cda7446bc0a60d</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 47ac37a6d3b OpenBLAS: use ARMV8 as default architecture for ARM (#11945)
</span>47ac37a6d3b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 47ac37a6d3beeba99cc23165c5cda7446bc0a60d
</span>Author: NicosPavlov <pavillon.nicolas@gmail.com>
AuthorDate: Thu Sep 2 19:13:09 2021 +0900

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: use ARMV8 as default architecture for ARM (#11945)
</span>---
 math/OpenBLAS/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 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 b3a50ae61ab..99ecf5f228c 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;'>@@ -30,14 +30,13 @@ if {${os.major} >= 11 && ${os.major} <= 17} {
</span> #OS 10.14 supports down to Mac Pro 5,1 that has Nehalem architecture
 if {${os.major} >= 18} {
     if {${os.arch} eq "arm"} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # FIXME use correct arch name
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        #set blas_arch "???"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        set blas_arch "ARMV8"
</span>     } else {
         set blas_arch "NEHALEM"
     }
 }
 if {![info exists blas_arch]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    #For older versions, and currently arm, we force native variant as there is no PPCG3 target in OpenBLAS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #For older versions, we force native variant as there is no PPCG3 target in OpenBLAS
</span>     default_variants-append +native
 }
 
</pre><pre style='margin:0'>

</pre>