summaryrefslogtreecommitdiff
path: root/science/agrum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/agrum/Makefile')
-rw-r--r--science/agrum/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/science/agrum/Makefile b/science/agrum/Makefile
index 660ad6636b05..e65dbffd8d4e 100644
--- a/science/agrum/Makefile
+++ b/science/agrum/Makefile
@@ -1,5 +1,6 @@
PORTNAME= agrum
DISTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= science math
MAINTAINER= yuri@FreeBSD.org
@@ -58,8 +59,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>