Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2026 11:43:21 +0000
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 09bf1f98313d - main - math/clblast: upgrade to 1.7.0
Message-ID:  <69de2859.382d9.31265a69@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09bf1f98313d74f3084cc80b23b2be49a2605e2e

commit 09bf1f98313d74f3084cc80b23b2be49a2605e2e
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2026-04-14 11:41:46 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-04-14 11:43:15 +0000

    math/clblast: upgrade to 1.7.0
    
    Release notes at https://github.com/CNugteren/CLBlast/releases/tag/1.7.0
---
 math/clblast/Makefile                             |  4 +++-
 math/clblast/distinfo                             |  6 +++---
 math/clblast/files/patch-test_wrapper__clblas.hpp | 12 ++++++++++++
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/math/clblast/Makefile b/math/clblast/Makefile
index a93745ba0b12..cfb56b27aeb6 100644
--- a/math/clblast/Makefile
+++ b/math/clblast/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	clblast
-PORTVERSION=	1.6.3
+PORTVERSION=	1.7.0
 CATEGORIES=	math
 
 MAINTAINER=	ports@FreeBSD.org
@@ -21,6 +21,8 @@ USES=		cmake
 USE_LDCONFIG=	yes
 PLIST_SUB=	VER=${PORTVERSION}
 
+LDFLAGS+=	-pthread
+
 OPTIONS_DEFINE=		TEST
 OPTIONS_SUB=		yes
 TEST_CMAKE_BOOL=	TESTS
diff --git a/math/clblast/distinfo b/math/clblast/distinfo
index 9894346df93c..e19adaef270d 100644
--- a/math/clblast/distinfo
+++ b/math/clblast/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718481578
-SHA256 (CNugteren-CLBlast-1.6.3_GH0.tar.gz) = c05668c7461e8440fce48c9f7a8966a6f9e0923421acd7c0357ece9b1d83f20e
-SIZE (CNugteren-CLBlast-1.6.3_GH0.tar.gz) = 464039
+TIMESTAMP = 1776162605
+SHA256 (CNugteren-CLBlast-1.7.0_GH0.tar.gz) = cac83330a6110214f2b7efc8e46062536f40ba96122f3b2a074a51497d8ca9e7
+SIZE (CNugteren-CLBlast-1.7.0_GH0.tar.gz) = 483936
diff --git a/math/clblast/files/patch-test_wrapper__clblas.hpp b/math/clblast/files/patch-test_wrapper__clblas.hpp
new file mode 100644
index 000000000000..90e24930d8ba
--- /dev/null
+++ b/math/clblast/files/patch-test_wrapper__clblas.hpp
@@ -0,0 +1,12 @@
+--- test/wrapper_clblas.hpp.orig	2026-03-30 17:50:42 UTC
++++ test/wrapper_clblas.hpp
+@@ -16,6 +16,9 @@
+ #include <cstddef>
+ 
+ #include "clblast.h"
++// Patch from https://github.com/CNugteren/CLBlast/commit/eeff251463434753470bccc16f2879437c220808
++#include "clblast_half.h"
++#include "test/test_utilities.hpp"
+ #include "utilities/backend.hpp"
+ #include "utilities/utilities.hpp"
+ 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de2859.382d9.31265a69>