git: ff68064597bc - main - math/ensmallen: update 2.21.1 → 2.22.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Jan 2025 22:54:50 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ff68064597bcb818c5b1a24b901fbf30d777970f
commit ff68064597bcb818c5b1a24b901fbf30d777970f
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-26 22:53:24 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-26 22:54:43 +0000
math/ensmallen: update 2.21.1 → 2.22.1
---
math/ensmallen/Makefile | 5 +++--
math/ensmallen/distinfo | 6 +++---
math/ensmallen/pkg-plist | 18 ++++++++++++++++++
3 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/math/ensmallen/Makefile b/math/ensmallen/Makefile
index d266afc7b8c7..7ad316fd6658 100644
--- a/math/ensmallen/Makefile
+++ b/math/ensmallen/Makefile
@@ -1,11 +1,12 @@
PORTNAME= ensmallen
-DISTVERSION= 2.21.1
+DISTVERSION= 2.22.1
CATEGORIES= math
MASTER_SITES= https://ensmallen.org/files/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Flexible C++ library for efficient mathematical optimization
-WWW= https://ensmallen.org/
+WWW= https://ensmallen.org \
+ https://github.com/mlpack/ensmallen
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
diff --git a/math/ensmallen/distinfo b/math/ensmallen/distinfo
index 1855de9569a2..cfc84179ee94 100644
--- a/math/ensmallen/distinfo
+++ b/math/ensmallen/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714017116
-SHA256 (ensmallen-2.21.1.tar.gz) = 820eee4d8aa32662ff6a7d883a1bcaf4e9bf9ca0a3171d94c5398fe745008750
-SIZE (ensmallen-2.21.1.tar.gz) = 1336254
+TIMESTAMP = 1737930008
+SHA256 (ensmallen-2.22.1.tar.gz) = daf53fe96783043ca33151a3851d054a826fab8d9a173e6bcbbedd4a7eabf5b1
+SIZE (ensmallen-2.22.1.tar.gz) = 1365626
diff --git a/math/ensmallen/pkg-plist b/math/ensmallen/pkg-plist
index 97cdf07c5ed5..f43ef4302dd8 100644
--- a/math/ensmallen/pkg-plist
+++ b/math/ensmallen/pkg-plist
@@ -23,6 +23,8 @@ include/ensmallen_bits/adam/amsgrad_update.hpp
include/ensmallen_bits/adam/nadam_update.hpp
include/ensmallen_bits/adam/nadamax_update.hpp
include/ensmallen_bits/adam/optimisticadam_update.hpp
+include/ensmallen_bits/agemoea/agemoea.hpp
+include/ensmallen_bits/agemoea/agemoea_impl.hpp
include/ensmallen_bits/aug_lagrangian/aug_lagrangian.hpp
include/ensmallen_bits/aug_lagrangian/aug_lagrangian_function.hpp
include/ensmallen_bits/aug_lagrangian/aug_lagrangian_function_impl.hpp
@@ -53,6 +55,8 @@ 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
include/ensmallen_bits/cmaes/transformation_policies/boundary_box_constraint.hpp
include/ensmallen_bits/cmaes/transformation_policies/empty_transformation.hpp
@@ -141,6 +145,13 @@ include/ensmallen_bits/problems/cross_in_tray_function.hpp
include/ensmallen_bits/problems/cross_in_tray_function_impl.hpp
include/ensmallen_bits/problems/drop_wave_function.hpp
include/ensmallen_bits/problems/drop_wave_function_impl.hpp
+include/ensmallen_bits/problems/dtlz/dtlz1_function.hpp
+include/ensmallen_bits/problems/dtlz/dtlz2_function.hpp
+include/ensmallen_bits/problems/dtlz/dtlz3_function.hpp
+include/ensmallen_bits/problems/dtlz/dtlz4_function.hpp
+include/ensmallen_bits/problems/dtlz/dtlz5_function.hpp
+include/ensmallen_bits/problems/dtlz/dtlz6_function.hpp
+include/ensmallen_bits/problems/dtlz/dtlz7_function.hpp
include/ensmallen_bits/problems/easom_function.hpp
include/ensmallen_bits/problems/easom_function_impl.hpp
include/ensmallen_bits/problems/eggholder_function.hpp
@@ -161,6 +172,12 @@ include/ensmallen_bits/problems/levy_function_n13.hpp
include/ensmallen_bits/problems/levy_function_n13_impl.hpp
include/ensmallen_bits/problems/logistic_regression_function.hpp
include/ensmallen_bits/problems/logistic_regression_function_impl.hpp
+include/ensmallen_bits/problems/maf/maf1_function.hpp
+include/ensmallen_bits/problems/maf/maf2_function.hpp
+include/ensmallen_bits/problems/maf/maf3_function.hpp
+include/ensmallen_bits/problems/maf/maf4_function.hpp
+include/ensmallen_bits/problems/maf/maf5_function.hpp
+include/ensmallen_bits/problems/maf/maf6_function.hpp
include/ensmallen_bits/problems/matyas_function.hpp
include/ensmallen_bits/problems/matyas_function_impl.hpp
include/ensmallen_bits/problems/mc_cormick_function.hpp
@@ -255,6 +272,7 @@ include/ensmallen_bits/swats/swats_update.hpp
include/ensmallen_bits/utility/any.hpp
include/ensmallen_bits/utility/arma_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/wn_grad/wn_grad.hpp
include/ensmallen_bits/wn_grad/wn_grad_impl.hpp