Skip to content

Commit

Permalink
math/combblas: Fix some tests
Browse files Browse the repository at this point in the history
... by downloading missing test data.
  • Loading branch information
yurivict committed Jul 15, 2022
1 parent 23202f5 commit cc3ec72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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
Expand All @@ -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>
4 changes: 3 additions & 1 deletion 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

0 comments on commit cc3ec72

Please sign in to comment.