Date: Tue, 29 Jul 2025 09:57:04 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: 58f97782497d - main - science/agrum: Add testsuite summary Message-ID: <202507290957.56T9v4jf009072@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=58f97782497d8eca44117c24a3d95030ef085940 commit 58f97782497d8eca44117c24a3d95030ef085940 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-07-28 20:22:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-07-29 09:56:57 +0000 science/agrum: Add testsuite summary --- science/agrum/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/science/agrum/Makefile b/science/agrum/Makefile index 660ad6636b05..ff6dce0acfc3 100644 --- a/science/agrum/Makefile +++ b/science/agrum/Makefile @@ -58,8 +58,10 @@ PYTHON_RUN_DEPENDS= ${PYNUMPY} \ BINARY_ALIAS= gcc=${CC} g++=${CXX} # only for tests, see https://gitlab.com/agrumery/aGrUM/-/issues/100 -do-test: # tests fail to compile, see https://gitlab.com/agrumery/aGrUM/-/issues/148 +do-test: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ./act test release agrum -t all +# tests as of 2.2.0: Failed 0 of 1483 tests + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507290957.56T9v4jf009072>