From nobody Thu Apr 25 14:52:15 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VQJjX064Rz5Htxk; Thu, 25 Apr 2024 14:52:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VQJjW6Mvrz47ps; Thu, 25 Apr 2024 14:52:15 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1714056735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=d4qol1dxqmzXPORYA56i2bmYVK2y5eePomIAILsAbx0=; b=Bh4G+baiGDgoKFoYJyukg9S0wMm0mcHsI3eZdGzq6qvdkdY9dzRLwqqbofsZIUInVyrPBS ywzsGthBey9VGP34XSYSAsftU08iogMaH03The9KEhK3dY0BS0WWFoCpHngCSgm1L/5h5O NCT4uDqnFHWhuK0hXKpIjXVxmvD0P8DI+f4pelMghYXmDSvmuu9vJSujqpnwjBee+dDNYe ya14XkF7yKYFh9V6+mvJ6+/TD6IOnNand71Ee1rdDH643Brs44WJA602GGNrV2YzDI74R5 403UgQxMiMlkLL/pmD15gk5ZPZIDg9a/4RLGrpoxNhsgWZ40UueQ25K/d9/CAw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1714056735; a=rsa-sha256; cv=none; b=xLdVMBHeMtl9s0bL+fWmvAZXABLgfdo+LON2zjFETCR2EW1TViexWFHt+fBPLAgcoRq6zf zj13+YQK/LctJe4RJwzTCjuSJzIGrsE8mlU6crFoI1ilz+xsKV0M3TPE0M5Wr0m4LKltqp fN5w7MDKkBbCluF1a54i/ye0rnSzPHe/sZbucgSf2BDJF97iZVpDv+9QDa6tfDTl7xVolq VjmjuRFv3F98ODBzzaB1rhPZJ5+smKdy8ZreT23kjumqOdc0x21OQ+XProWaW4ODv57F9g fnROHzy+oLxynojQY/87dyUtFy0w0XXoY6cxu/64WnalSIQJFhSmYs+bAb8qsQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1714056735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=d4qol1dxqmzXPORYA56i2bmYVK2y5eePomIAILsAbx0=; b=hK6HNvo3eI5VHpdffhDxHRiafFmQybNCn25c3qBR6NafBLGXdWmPKyNKrK8hsdeVcS8a4i +Hdy3FFl+S5J28M0OcJeu8DgSi+hokWeROFgOuEDc91t/+8AZUBcmfVNLBXPSa2yIxVWPP AACBUOq26cS6Gv4Zpy+LIPLWdJ5lsbcfBUqVRk/RcGf0JW8IpzbWaDS6LZjk6h9x1Sw5Wj GTU6N/PJVRnzevqxakqf9FyvVLOWKypHSrA0+JOaeIb8WILx1bteDuDWOeYZmnzXsEnXGD JikUI9OTj2MiLu4NGP+KwAgcNtxBmJtYwb9yXvOiSU8YH8bYugSO/Vjg8zncaw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4VQJjW5zCRz13jY; Thu, 25 Apr 2024 14:52:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 43PEqFHc060468; Thu, 25 Apr 2024 14:52:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 43PEqFqu060465; Thu, 25 Apr 2024 14:52:15 GMT (envelope-from git) Date: Thu, 25 Apr 2024 14:52:15 GMT Message-Id: <202404251452.43PEqFqu060465@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 48b6b15d2f5b - main - math/ensmallen: update 2.19.1 =?utf-8?Q?=E2=86=92?= 2.21.1 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 48b6b15d2f5b593a7a880d8581ff83ceb5a3c16d Auto-Submitted: auto-generated The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=48b6b15d2f5b593a7a880d8581ff83ceb5a3c16d commit 48b6b15d2f5b593a7a880d8581ff83ceb5a3c16d Author: Yuri Victorovich AuthorDate: 2024-04-25 04:36:41 +0000 Commit: Yuri Victorovich CommitDate: 2024-04-25 14:52:08 +0000 math/ensmallen: update 2.19.1 → 2.21.1 Reported by: portscout --- math/ensmallen/Makefile | 3 +-- math/ensmallen/distinfo | 6 +++--- math/ensmallen/pkg-plist | 15 ++++++++++----- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/math/ensmallen/Makefile b/math/ensmallen/Makefile index cada764bdada..d266afc7b8c7 100644 --- a/math/ensmallen/Makefile +++ b/math/ensmallen/Makefile @@ -1,6 +1,5 @@ PORTNAME= ensmallen -DISTVERSION= 2.19.1 -PORTREVISION= 1 +DISTVERSION= 2.21.1 CATEGORIES= math MASTER_SITES= https://ensmallen.org/files/ diff --git a/math/ensmallen/distinfo b/math/ensmallen/distinfo index 1db1688d37da..1855de9569a2 100644 --- a/math/ensmallen/distinfo +++ b/math/ensmallen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679811773 -SHA256 (ensmallen-2.19.1.tar.gz) = f36ad7f08b0688d2a8152e1c73dd437c56ed7a5af5facf65db6ffd977b275b2e -SIZE (ensmallen-2.19.1.tar.gz) = 1328549 +TIMESTAMP = 1714017116 +SHA256 (ensmallen-2.21.1.tar.gz) = 820eee4d8aa32662ff6a7d883a1bcaf4e9bf9ca0a3171d94c5398fe745008750 +SIZE (ensmallen-2.21.1.tar.gz) = 1336254 diff --git a/math/ensmallen/pkg-plist b/math/ensmallen/pkg-plist index 64d332972482..97cdf07c5ed5 100644 --- a/math/ensmallen/pkg-plist +++ b/math/ensmallen/pkg-plist @@ -42,10 +42,20 @@ include/ensmallen_bits/callbacks/report.hpp include/ensmallen_bits/callbacks/store_best_coordinates.hpp include/ensmallen_bits/callbacks/timer_stop.hpp include/ensmallen_bits/callbacks/traits.hpp +include/ensmallen_bits/cd/cd.hpp +include/ensmallen_bits/cd/cd_impl.hpp +include/ensmallen_bits/cd/descent_policies/cyclic_descent.hpp +include/ensmallen_bits/cd/descent_policies/greedy_descent.hpp +include/ensmallen_bits/cd/descent_policies/random_descent.hpp +include/ensmallen_bits/cmaes/active_cmaes.hpp +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/random_selection.hpp +include/ensmallen_bits/cmaes/transformation_policies/boundary_box_constraint.hpp +include/ensmallen_bits/cmaes/transformation_policies/empty_transformation.hpp include/ensmallen_bits/cne/cne.hpp include/ensmallen_bits/cne/cne_impl.hpp include/ensmallen_bits/config.hpp @@ -204,11 +214,6 @@ include/ensmallen_bits/sarah/sarah.hpp include/ensmallen_bits/sarah/sarah_impl.hpp include/ensmallen_bits/sarah/sarah_plus_update.hpp include/ensmallen_bits/sarah/sarah_update.hpp -include/ensmallen_bits/scd/descent_policies/cyclic_descent.hpp -include/ensmallen_bits/scd/descent_policies/greedy_descent.hpp -include/ensmallen_bits/scd/descent_policies/random_descent.hpp -include/ensmallen_bits/scd/scd.hpp -include/ensmallen_bits/scd/scd_impl.hpp include/ensmallen_bits/sdp/lin_alg.hpp include/ensmallen_bits/sdp/lrsdp.hpp include/ensmallen_bits/sdp/lrsdp_function.hpp