Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2022 20:42:45 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: cc3ec727f5b2 - main - math/combblas: Fix some tests
Message-ID:  <202207152042.26FKgjcX077519@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=cc3ec727f5b27c1420b9c932401202266565abe9

commit cc3ec727f5b27c1420b9c932401202266565abe9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-15 20:37:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-15 20:42:42 +0000

    math/combblas: Fix some tests
    
    ... by downloading missing test data.
---
 math/combblas/Makefile | 7 +++++++
 math/combblas/distinfo | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/math/combblas/Makefile b/math/combblas/Makefile
index 9f55939ecad2..cc51a7ab3488 100644
--- a/math/combblas/Makefile
+++ b/math/combblas/Makefile
@@ -1,7 +1,9 @@
 PORTNAME=	CombBLAS
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.0.0
+MASTER_SITES=	https://portal.nersc.gov/project/m1982/CombBLAS/:test_data
 CATEGORIES=	math
+DISTFILES=	testdata_combblas1.6.1.tgz:test_data
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Combinatorial BLAS library: an extensible parallel graph library
@@ -28,4 +30,9 @@ CMAKE_ON=	BUILD_SHARED_LIBS
 post-extract:
 	@cd ${WRKSRC}/include && ${RM} .DS_Store ._.DS_Store CombBLAS/._CombBLAS.h
 
+pre-test:
+	@if [ ! -L ${TEST_WRKSRC}TESTDATA ]; then \
+		${RLN} ${WRKDIR}/TESTDATA ${TEST_WRKSRC}/; \
+	fi
+
 .include <bsd.port.mk>
diff --git a/math/combblas/distinfo b/math/combblas/distinfo
index b4f210f5ee3f..7a7c882a9fd0 100644
--- a/math/combblas/distinfo
+++ b/math/combblas/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1657902673
+TIMESTAMP = 1657912531
+SHA256 (testdata_combblas1.6.1.tgz) = 07d5683d8435bf1ae6febbf0021203fd23570bbab9c56affe1dc0dcf023ac207
+SIZE (testdata_combblas1.6.1.tgz) = 33734592
 SHA256 (PASSIONLab-CombBLAS-v2.0.0_GH0.tar.gz) = 632a94201a042a2a9aa86803f50ee38b7bf0aa1cfef6ba0eb34ea4007f79a679
 SIZE (PASSIONLab-CombBLAS-v2.0.0_GH0.tar.gz) = 43776896



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