Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Oct 2022 07:08:40 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: fe0f5bf40fa3 - main - math/spot: Fix the last failing test depending on math/hs-syfco
Message-ID:  <202210290708.29T78euS072557@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=fe0f5bf40fa3040a795746f39c52fd9fb942533a

commit fe0f5bf40fa3040a795746f39c52fd9fb942533a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-29 07:07:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-29 07:08:35 +0000

    math/spot: Fix the last failing test depending on math/hs-syfco
---
 math/spot/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/math/spot/Makefile b/math/spot/Makefile
index 05b2e4dd04af..f7b1062b61f4 100644
--- a/math/spot/Makefile
+++ b/math/spot/Makefile
@@ -11,7 +11,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 TEST_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
+		syfco:math/hs-syfco
 
 USES=		charsetfix compiler:c++17-lang gmake libtool python:test
 USE_LDCONFIG=	yes
@@ -29,7 +30,7 @@ OPTIONS_DEFINE=	DOCS
 
 PORTDOCS=	tl.pdf
 
-TEST_TARGET=	check # one test fails because of missing test dependency math/hs-syfco
+TEST_TARGET=	check
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so



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