aboutsummaryrefslogtreecommitdiff
path: root/science/agrum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/agrum/Makefile')
-rw-r--r--science/agrum/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/science/agrum/Makefile b/science/agrum/Makefile
index e88d1aa30b21..ff6dce0acfc3 100644
--- a/science/agrum/Makefile
+++ b/science/agrum/Makefile
@@ -1,5 +1,5 @@
PORTNAME= agrum
-DISTVERSION= 1.17.2
+DISTVERSION= 2.2.0
CATEGORIES= science math
MAINTAINER= yuri@FreeBSD.org
@@ -20,7 +20,7 @@ LLD_UNSAFE= yes
USE_GITLAB= yes
GL_ACCOUNT= agrumery
GL_PROJECT= aGrUM
-GL_TAGNAME= e26d7c4bccaafd5dcd3b78e8da1198a75a8043e7
+GL_TAGNAME= cf1283f783aa6803bafbd9a3fb4991316c1b52d9
SHEBANG_FILES= act
@@ -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>