git: b13d6a6c8670 - main - devel/py-qutip: Add comment.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jul 2023 17:14:34 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b13d6a6c86709aa681c618f3e8b38218b1591abf commit b13d6a6c86709aa681c618f3e8b38218b1591abf Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-05 06:58:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-05 17:14:32 +0000 devel/py-qutip: Add comment. --- devel/py-qutip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-qutip/Makefile b/devel/py-qutip/Makefile index 024289c0595b..14ac8d1bbda6 100644 --- a/devel/py-qutip/Makefile +++ b/devel/py-qutip/Makefile @@ -28,7 +28,7 @@ USE_PYTHON= pep517 cython cython_run autoplist post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/qutip/*/*${PYTHON_EXT_SUFFIX}.so -do-test: +do-test: # 3 tests fail, see https://github.com/qutip/qutip/issues/2190 @${ECHO} "==> Running tests. Please note that tests require X11 display access." @cd ${WRKDIR} && ${SETENV} ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} \ ${PYTHON_CMD} -c "import qutip.testing as qt; qt.run();"