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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c389b77f53558245b25a8f90692f0c5b173fe545">https://github.com/macports/macports-ports/commit/c389b77f53558245b25a8f90692f0c5b173fe545</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c389b77f53558245b25a8f90692f0c5b173fe545
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Fri Jan 20 15:03:03 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    dbcsr: fix build on 10.7
</span>---
 math/dbcsr/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/dbcsr/Portfile b/math/dbcsr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 548af56ce4c..e359fec6d7e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/dbcsr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/dbcsr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 PortGroup           linear_algebra 1.0
 PortGroup           mpi 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +42,9 @@ if {${os.platform} eq "darwin" && ${os.arch} eq "powerpc"} {
</span> compiler.cxx_standard   2014
 compiler.openmp_version 4.5
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode clang on 10.7 fails with error: invalid instruction mnemonic 'cvtsi2sdl'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 500}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # OpenBLAS is not properly supported for Apple yet:
 # https://github.com/cp2k/dbcsr/issues/645
 # It is confirmed to be broken on PPC.
</pre><pre style='margin:0'>

</pre>