1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/combblas: Fix some tests

... by downloading missing test data.
This commit is contained in:
Yuri Victorovich 2022-07-15 13:37:52 -07:00
parent 23202f50ee
commit cc3ec727f5
2 changed files with 10 additions and 1 deletions

View File

@ -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>

View File

@ -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