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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/95dc86261f26a94859e1257f869c1c3d4355f927">https://github.com/macports/macports-ports/commit/95dc86261f26a94859e1257f869c1c3d4355f927</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 95dc86261f2 clblast: update to 1.6.1
</span>95dc86261f2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 95dc86261f26a94859e1257f869c1c3d4355f927
</span>Author: Andrey Stromnov <stromnov@macports.org>
AuthorDate: Tue Dec 12 10:16:14 2023 +0300

<span style='display:block; white-space:pre;color:#404040;'>    clblast: update to 1.6.1
</span>---
 math/clblast/Portfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/clblast/Portfile b/math/clblast/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7e2e1095671..1a42748ea28 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/clblast/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/clblast/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           cmake 1.1
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        CNugteren CLBlast 1.5.3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        CNugteren CLBlast 1.6.1
</span> 
 name                clblast
 categories          math
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,9 +15,9 @@ maintainers         {stromnov @stromnov} openmaintainer
</span> description         Tuned OpenCL BLAS
 long_description    ${description}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  36a946343f23817594d2b410419df8d894d70ba5 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  ff8d4030e35467de27a33fa11f2ccd710a1c7284f99d42f45fb611df9183e04b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    425413
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  4feffefa5bd7a3fd76267bc304c2454bc0a793d1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  cea23a896dba19f1a2f4ca241a81c6fc16799f2ecf2412e0902cdd6a99009d7a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    454837
</span> 
 configure.args-append \
                     -DBUILD_SHARED_LIBS=ON \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,8 +25,9 @@ configure.args-append \
</span>                     -DTUNERS=ON \
                     -DCLIENTS=OFF \
                     -DTESTS=OFF \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DNETLIB=ON \
</span>                     -DCUBLAS=OFF \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DNETLIB=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DOPENCL=ON \
</span>                     -DVERBOSE=OFF
 
 if {${os.major} < 11} {
</pre><pre style='margin:0'>

</pre>