aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-15 20:37:52 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-15 20:42:42 +0000
commitcc3ec727f5b27c1420b9c932401202266565abe9 (patch)
tree03794a0edc08d519b38454766872665ce15138da
parent23202f50eef22c4cbe915bb13cd3005b5b6f15c4 (diff)
downloadports-cc3ec727f5b27c1420b9c932401202266565abe9.tar.gz
ports-cc3ec727f5b27c1420b9c932401202266565abe9.zip
math/combblas: Fix some tests
... by downloading missing test data.
-rw-r--r--math/combblas/Makefile7
-rw-r--r--math/combblas/distinfo4
2 files changed, 10 insertions, 1 deletions
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