<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/13810abc901aa601f0083f9430c2d47291eb2a69">https://github.com/macports/macports-ports/commit/13810abc901aa601f0083f9430c2d47291eb2a69</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 13810abc901 OpenBLAS: whitespaces
</span>13810abc901 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 13810abc901aa601f0083f9430c2d47291eb2a69
</span>Author: NicosPavlov <pavillon.nicolas@gmail.com>
AuthorDate: Mon Oct 4 21:50:29 2021 +0900

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: whitespaces
</span>---
 math/OpenBLAS/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 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 e5505da2712..a08993abb4b 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;'>@@ -24,9 +24,9 @@ compiler.thread_local_storage yes
</span> 
 #OS 10.7-10.11 supports down to iMac 7,1, with Intel Core 2 Duo architecture
 #OS 10.12-13 supports down to iMac 10,1, with Intel Core 2 Duo architecture
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.major} >= 11 && ${os.major} <= 17} { 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.major} >= 11 && ${os.major} <= 17} {
</span>     set blas_arch "CORE2"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</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:#e0e0e0;'>@@ -76,8 +76,8 @@ if {[string first "-devel" $subport] > 0} {
</span> 
     if {![variant_isset native]} {
         notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        This version is built based on a base architecture for convenience, 
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        which may not be optimized for your system. To build a version 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        This version is built based on a base architecture for convenience,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        which may not be optimized for your system. To build a version
</span>         customized for your machine, use the +native variant"
     }
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -136,7 +136,7 @@ pre-build {
</span>                 puts $makeINC "NO_LAPACK = 1"
             }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            if {![variant_isset native]} { 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            if {![variant_isset native]} {
</span>                 #We set a minimal target in case native variant is not set
                 if {${build_arch} eq "ppc" || ${build_arch} eq "ppc64"} {
                     puts $makeINC "TARGET = PPCG4"
</pre><pre style='margin:0'>

</pre>