Skip to content

Commit

Permalink
math/spot: Fix the last failing test depending on math/hs-syfco
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Oct 29, 2022
1 parent 65be57f commit fe0f5bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions math/spot/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fe0f5bf

Please sign in to comment.