Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2025 22:36:47 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f49f46a74f10 - main - math/blasfeo: update 0.1.3-59 =?utf-8?Q?=E2=86=92?= 0.1.4.1
Message-ID:  <202501122236.50CMal85093853@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit f49f46a74f1042dbeec43c07ea0a85cbd8d2dfbe
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-12 21:26:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-12 22:36:39 +0000

    math/blasfeo: update 0.1.3-59 → 0.1.4.1
---
 math/blasfeo/Makefile  | 13 +++++++++----
 math/blasfeo/distinfo  |  6 +++---
 math/blasfeo/pkg-plist |  1 +
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/math/blasfeo/Makefile b/math/blasfeo/Makefile
index e30986ff7917..1b19d7fee618 100644
--- a/math/blasfeo/Makefile
+++ b/math/blasfeo/Makefile
@@ -1,7 +1,5 @@
 PORTNAME=	blasfeo
-DISTVERSION=	0.1.3-59
-PORTREVISION=	2
-DISTVERSIONSUFFIX=	-g8548ea2c
+DISTVERSION=	0.1.4.1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -22,7 +20,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib -lblas
 CMAKE_ARGS=	-DTARGET:STRING=GENERIC
 CMAKE_ON=	BUILD_SHARED_LIBS
 CMAKE_OFF=	BLASFEO_EXAMPLES
-CMAKE_TESTING_ON=	BLASFEO_TESTING # tests fail to compile, see https://github.com/giaf/blasfeo/issues/164
+CMAKE_TESTING_ON=	BLASFEO_TESTING
+CMAKE_TESTING_TARGET=
 
 OPTIONS_SINGLE=		${OPTIONS_SINGLE_${ARCH}}
 OPTIONS_SINGLE_amd64=	TARGETAMD64
@@ -41,4 +40,10 @@ X64_INTEL_SANDY_BRIDGE_CMAKE_ON=	-DTARGET:STRING=X64_INTEL_SANDY_BRIDGE
 X64_INTEL_CORE_CMAKE_ON=		-DTARGET:STRING=X64_INTEL_CORE
 X64_AMD_BULLDOZER_CMAKE_ON=		-DTARGET:STRING=X64_AMD_BULLDOZER
 
+post-test: # run tests
+.for t in test_d_blas_api test_d_blasfeo_api test_s_blas_api test_s_blasfeo_api
+	@${ECHO} "==> Running test ${t}"
+	@cd ${TEST_WRKSRC} && tests/${t}
+.endfor
+
 .include <bsd.port.mk>
diff --git a/math/blasfeo/distinfo b/math/blasfeo/distinfo
index 9c77b7c5cb4b..16c65afd584e 100644
--- a/math/blasfeo/distinfo
+++ b/math/blasfeo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654882480
-SHA256 (giaf-blasfeo-0.1.3-59-g8548ea2c_GH0.tar.gz) = 8bf7d1b6f3e6618cc508d9d99a5a9812f0c9ec7c5d317395d0e5791a2a6d4149
-SIZE (giaf-blasfeo-0.1.3-59-g8548ea2c_GH0.tar.gz) = 1679378
+TIMESTAMP = 1736716835
+SHA256 (giaf-blasfeo-0.1.4.1_GH0.tar.gz) = b6b5070c6ecf4b5692e3dc3e212f6040a4dbcd9b6b5867c8fbf02b5d2cf13427
+SIZE (giaf-blasfeo-0.1.4.1_GH0.tar.gz) = 1688109
diff --git a/math/blasfeo/pkg-plist b/math/blasfeo/pkg-plist
index 5a99065ccef0..8c7db9d79f14 100644
--- a/math/blasfeo/pkg-plist
+++ b/math/blasfeo/pkg-plist
@@ -1,4 +1,5 @@
 include/blasfeo.h
+include/blasfeo_align.h
 include/blasfeo_block_size.h
 include/blasfeo_common.h
 include/blasfeo_d_aux.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122236.50CMal85093853>