summaryrefslogtreecommitdiff
path: root/science/agrum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/agrum/Makefile')
-rw-r--r--science/agrum/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/science/agrum/Makefile b/science/agrum/Makefile
index e65dbffd8d4e..761cac949744 100644
--- a/science/agrum/Makefile
+++ b/science/agrum/Makefile
@@ -1,6 +1,5 @@
PORTNAME= agrum
-DISTVERSION= 2.2.0
-PORTREVISION= 1
+DISTVERSION= 2.2.1
CATEGORIES= science math
MAINTAINER= yuri@FreeBSD.org
@@ -9,7 +8,7 @@ WWW= https://agrum.gitlab.io \
https://gitlab.com/agrumery/aGrUM
LICENSE= GPLv3
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
TEST_DEPENDS= swig:devel/swig
@@ -21,7 +20,7 @@ LLD_UNSAFE= yes
USE_GITLAB= yes
GL_ACCOUNT= agrumery
GL_PROJECT= aGrUM
-GL_TAGNAME= cf1283f783aa6803bafbd9a3fb4991316c1b52d9
+GL_TAGNAME= 40993102
SHEBANG_FILES= act
@@ -44,16 +43,14 @@ PYTHON_CMAKE_BOOL= BUILD_PYTHON
PYTHON_USES= python
PYTHON_PLIST_SUB= PYTHON_VER_MAJ=${PYTHON_VER:R}
PYTHON_RUN_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}matplotlib-inline>0:math/py-matplotlib-inline@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nbconvert>0:devel/py-nbconvert@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nbformat>0:devel/py-nbformat@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydotplus>0:graphics/py-pydotplus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
# see wrappers/pyAgrum/requirements.txt and wrappers/pyAgrum/testunits/optional_requirements.txt
@@ -63,6 +60,6 @@ do-test:
@cd ${WRKSRC} && \
${SETENV} ${MAKE_ENV} ./act test release agrum -t all
-# tests as of 2.2.0: Failed 0 of 1483 tests
+# tests as of 2.2.1: Failed 0 of 1485 tests
.include <bsd.port.mk>