Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2022 18:11:03 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: cb46ea0267e3 - main - math/combblas: Add comment
Message-ID:  <202207151811.26FIB3kI069589@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=cb46ea0267e35c23561a28191b6a2ddec0b3101c

commit cb46ea0267e35c23561a28191b6a2ddec0b3101c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-15 17:44:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-15 18:11:00 +0000

    math/combblas: Add comment
---
 math/combblas/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/combblas/Makefile b/math/combblas/Makefile
index 8e5b71aea567..9f55939ecad2 100644
--- a/math/combblas/Makefile
+++ b/math/combblas/Makefile
@@ -23,6 +23,8 @@ GH_ACCOUNT=	PASSIONLab
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 
+# many tests fail, see https://github.com/PASSIONLab/CombBLAS/issues/15
+
 post-extract:
 	@cd ${WRKSRC}/include && ${RM} .DS_Store ._.DS_Store CombBLAS/._CombBLAS.h
 



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