diff options
Diffstat (limited to 'science/agrum')
-rw-r--r-- | science/agrum/Makefile | 8 | ||||
-rw-r--r-- | science/agrum/distinfo | 6 | ||||
-rw-r--r-- | science/agrum/pkg-plist | 1 |
3 files changed, 9 insertions, 6 deletions
diff --git a/science/agrum/Makefile b/science/agrum/Makefile index 5046ef8d6bc2..ff6dce0acfc3 100644 --- a/science/agrum/Makefile +++ b/science/agrum/Makefile @@ -1,5 +1,5 @@ PORTNAME= agrum -DISTVERSION= 2.1.1 +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= d15a377b0f745a6afd15139d780b23056305a851 +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> diff --git a/science/agrum/distinfo b/science/agrum/distinfo index 13627e87a707..62c51836a6d8 100644 --- a/science/agrum/distinfo +++ b/science/agrum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750005327 -SHA256 (agrumery-aGrUM-d15a377b0f745a6afd15139d780b23056305a851_GL0.tar.gz) = 21f6ad004e8ff15d4b41fb6e30f8c60db3631a84d756bd91d3972432710f8048 -SIZE (agrumery-aGrUM-d15a377b0f745a6afd15139d780b23056305a851_GL0.tar.gz) = 28781050 +TIMESTAMP = 1753632410 +SHA256 (agrumery-aGrUM-cf1283f783aa6803bafbd9a3fb4991316c1b52d9_GL0.tar.gz) = 57f7274925f64129c2f3bfcd178f75edd4cb6eaff1d06c30f20c85c41e6ca3d9 +SIZE (agrumery-aGrUM-cf1283f783aa6803bafbd9a3fb4991316c1b52d9_GL0.tar.gz) = 29175753 diff --git a/science/agrum/pkg-plist b/science/agrum/pkg-plist index 123d787ba5bd..9fe1f9999703 100644 --- a/science/agrum/pkg-plist +++ b/science/agrum/pkg-plist @@ -180,6 +180,7 @@ include/agrum/BN/learning/localSearchWithTabuList_tpl.h include/agrum/BN/learning/paramUtils/DAG2BNLearner.h include/agrum/BN/learning/paramUtils/DAG2BNLearner_inl.h include/agrum/BN/learning/paramUtils/DAG2BNLearner_tpl.h +include/agrum/BN/learning/paramUtils/EMApproximationScheme.h include/agrum/BN/learning/paramUtils/paramEstimator.h include/agrum/BN/learning/paramUtils/paramEstimatorML.h include/agrum/BN/learning/paramUtils/paramEstimatorML_inl.h |