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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/099e97fe6ce06b6cb340390cdab9169d4d6290e6">https://github.com/macports/macports-ports/commit/099e97fe6ce06b6cb340390cdab9169d4d6290e6</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 099e97fe6ce armadillo: set +openblas as default for all 10.6 architectures
</span>099e97fe6ce is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 099e97fe6ce06b6cb340390cdab9169d4d6290e6
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Fri Jun 16 16:46:34 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    armadillo: set +openblas as default for all 10.6 architectures
</span>---
 science/armadillo/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/armadillo/Portfile b/science/armadillo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a24d15daa0a..27a898f340e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/armadillo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/armadillo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,7 +56,7 @@ variant superlu description {compile with SuperLU support} {
</span>     configure.args-append       -DARMA_USE_SUPERLU=ON
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && ${build_arch} in [list ppc ppc64]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} < 11} {
</span>     # Without OpenBLAS the build fails on Leopard and Rosetta with undefined symbols.
     # https://trac.macports.org/ticket/65292
     # -DALLOW_OPENBLAS_MACOS=ON is necessary.
</pre><pre style='margin:0'>

</pre>