<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/30417b7b983da2f06bcd60f6c731172edef88656">https://github.com/macports/macports-ports/commit/30417b7b983da2f06bcd60f6c731172edef88656</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 30417b7b983da2f06bcd60f6c731172edef88656
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Wed Nov 23 15:27:54 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    scalapack: blacklist old compiler
</span>---
 math/scalapack/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/scalapack/Portfile b/math/scalapack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 92c5238a1b0..e229d17ff5a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/scalapack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/scalapack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           cmake 1.1
</span> PortGroup           mpi 1.0
 PortGroup           linear_algebra 1.0
 PortGroup           muniversal 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 name                scalapack
 version             2.2.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +30,8 @@ checksums           rmd160  542ed6e3cd838151dff09b2016eca8185a68782d \
</span> 
 mpi.setup           require require_fortran
 
<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> # remove when issue https://trac.macports.org/ticket/62567 is closed
 configure.cflags-append -Wno-implicit-function-declaration
 configure.args      -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib \
</pre><pre style='margin:0'>

</pre>