Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2026 17:49:46 +0000
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: 4e42e62e3a5f - main - math/ensmallen: update 2.=?utf-8?Q?22.1 =E2=86=92?= 3.11.0
Message-ID:  <69e515ba.40c7d.4e38903d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e42e62e3a5f7341d7e70c55cd94f631382a4641

commit 4e42e62e3a5f7341d7e70c55cd94f631382a4641
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-19 17:46:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-19 17:49:34 +0000

    math/ensmallen: update 2.22.1 → 3.11.0
---
 math/ensmallen/Makefile  |  6 +++++-
 math/ensmallen/distinfo  |  6 +++---
 math/ensmallen/pkg-plist | 24 ++++++++++++++++++++++--
 3 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/math/ensmallen/Makefile b/math/ensmallen/Makefile
index 7ad316fd6658..4655dd45a01d 100644
--- a/math/ensmallen/Makefile
+++ b/math/ensmallen/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ensmallen
-DISTVERSION=	2.22.1
+DISTVERSION=	3.11.0
 CATEGORIES=	math
 MASTER_SITES=	https://ensmallen.org/files/
 
@@ -25,4 +25,8 @@ do-test:
 		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ensmallen_tests && \
 		./ensmallen_tests
 
+# tests as of 3.11.0:
+# test cases:   481 |   480 passed | 1 failed
+# assertions: 18253 | 18252 passed | 1 failed
+
 .include <bsd.port.mk>
diff --git a/math/ensmallen/distinfo b/math/ensmallen/distinfo
index cfc84179ee94..a496a1501f84 100644
--- a/math/ensmallen/distinfo
+++ b/math/ensmallen/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737930008
-SHA256 (ensmallen-2.22.1.tar.gz) = daf53fe96783043ca33151a3851d054a826fab8d9a173e6bcbbedd4a7eabf5b1
-SIZE (ensmallen-2.22.1.tar.gz) = 1365626
+TIMESTAMP = 1776619866
+SHA256 (ensmallen-3.11.0.tar.gz) = 8839a6f50aada2a930e7d79e2834a64ea8e782687d1709b7a554ceb4014be533
+SIZE (ensmallen-3.11.0.tar.gz) = 1405841
diff --git a/math/ensmallen/pkg-plist b/math/ensmallen/pkg-plist
index f43ef4302dd8..0362818f6fa7 100644
--- a/math/ensmallen/pkg-plist
+++ b/math/ensmallen/pkg-plist
@@ -54,7 +54,6 @@ include/ensmallen_bits/cmaes/active_cmaes_impl.hpp
 include/ensmallen_bits/cmaes/cmaes.hpp
 include/ensmallen_bits/cmaes/cmaes_impl.hpp
 include/ensmallen_bits/cmaes/full_selection.hpp
-include/ensmallen_bits/cmaes/not_empty_transformation.hpp
 include/ensmallen_bits/cmaes/pop_cmaes.hpp
 include/ensmallen_bits/cmaes/pop_cmaes_impl.hpp
 include/ensmallen_bits/cmaes/random_selection.hpp
@@ -65,6 +64,12 @@ include/ensmallen_bits/cne/cne_impl.hpp
 include/ensmallen_bits/config.hpp
 include/ensmallen_bits/de/de.hpp
 include/ensmallen_bits/de/de_impl.hpp
+include/ensmallen_bits/delta_bar_delta/delta_bar_delta.hpp
+include/ensmallen_bits/delta_bar_delta/delta_bar_delta_impl.hpp
+include/ensmallen_bits/delta_bar_delta/momentum_delta_bar_delta.hpp
+include/ensmallen_bits/delta_bar_delta/momentum_delta_bar_delta_impl.hpp
+include/ensmallen_bits/delta_bar_delta/update_policies/delta_bar_delta_update.hpp
+include/ensmallen_bits/delta_bar_delta/update_policies/momentum_delta_bar_delta_update.hpp
 include/ensmallen_bits/demon_adam/demon_adam.hpp
 include/ensmallen_bits/demon_adam/demon_adam_update.hpp
 include/ensmallen_bits/demon_sgd/demon_sgd.hpp
@@ -72,6 +77,16 @@ include/ensmallen_bits/demon_sgd/demon_sgd_update.hpp
 include/ensmallen_bits/ens_version.hpp
 include/ensmallen_bits/eve/eve.hpp
 include/ensmallen_bits/eve/eve_impl.hpp
+include/ensmallen_bits/fasta/fasta.hpp
+include/ensmallen_bits/fasta/fasta_impl.hpp
+include/ensmallen_bits/fbs/fbs.hpp
+include/ensmallen_bits/fbs/fbs_impl.hpp
+include/ensmallen_bits/fbs/l1_constraint.hpp
+include/ensmallen_bits/fbs/l1_constraint_impl.hpp
+include/ensmallen_bits/fbs/l1_penalty.hpp
+include/ensmallen_bits/fbs/l1_penalty_impl.hpp
+include/ensmallen_bits/fista/fista.hpp
+include/ensmallen_bits/fista/fista_impl.hpp
 include/ensmallen_bits/ftml/ftml.hpp
 include/ensmallen_bits/ftml/ftml_impl.hpp
 include/ensmallen_bits/ftml/ftml_update.hpp
@@ -183,6 +198,8 @@ include/ensmallen_bits/problems/matyas_function_impl.hpp
 include/ensmallen_bits/problems/mc_cormick_function.hpp
 include/ensmallen_bits/problems/mc_cormick_function_impl.hpp
 include/ensmallen_bits/problems/problems.hpp
+include/ensmallen_bits/problems/quadratic_function.hpp
+include/ensmallen_bits/problems/quadratic_function_impl.hpp
 include/ensmallen_bits/problems/rastrigin_function.hpp
 include/ensmallen_bits/problems/rastrigin_function_impl.hpp
 include/ensmallen_bits/problems/rosenbrock_function.hpp
@@ -270,10 +287,13 @@ include/ensmallen_bits/swats/swats.hpp
 include/ensmallen_bits/swats/swats_impl.hpp
 include/ensmallen_bits/swats/swats_update.hpp
 include/ensmallen_bits/utility/any.hpp
-include/ensmallen_bits/utility/arma_traits.hpp
+include/ensmallen_bits/utility/detect_callbacks.hpp
+include/ensmallen_bits/utility/function_traits.hpp
 include/ensmallen_bits/utility/indicators/epsilon.hpp
 include/ensmallen_bits/utility/indicators/igd.hpp
 include/ensmallen_bits/utility/indicators/igd_plus.hpp
+include/ensmallen_bits/utility/proxies.hpp
+include/ensmallen_bits/utility/using.hpp
 include/ensmallen_bits/wn_grad/wn_grad.hpp
 include/ensmallen_bits/wn_grad/wn_grad_impl.hpp
 include/ensmallen_bits/wn_grad/wn_grad_update.hpp


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e515ba.40c7d.4e38903d>