From owner-dev-commits-ports-all@freebsd.org Sun Apr 25 04:06:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8CB805F31CB; Sun, 25 Apr 2021 04:06:18 +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 4FSZG11drhz4fpy; Sun, 25 Apr 2021 04:06:17 +0000 (UTC) (envelope-from git@FreeBSD.org) 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 AE19C5789; Sun, 25 Apr 2021 04:06:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13P46Gjr062234; Sun, 25 Apr 2021 04:06:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13P46GCd062233; Sun, 25 Apr 2021 04:06:16 GMT (envelope-from git) Date: Sun, 25 Apr 2021 04:06:16 GMT Message-Id: <202104250406.13P46GCd062233@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: 8393f46d7f4a - main - math/mlpack: Update 3.4.1 -> 3.4.2 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: 8393f46d7f4ae7d0e9cb710b1a0fab28c28f2cfd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2021 04:06:18 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8393f46d7f4ae7d0e9cb710b1a0fab28c28f2cfd commit 8393f46d7f4ae7d0e9cb710b1a0fab28c28f2cfd Author: Yuri Victorovich AuthorDate: 2021-04-25 04:05:39 +0000 Commit: Yuri Victorovich CommitDate: 2021-04-25 04:06:09 +0000 math/mlpack: Update 3.4.1 -> 3.4.2 --- math/mlpack/Makefile | 5 +++-- math/mlpack/distinfo | 6 +++--- math/mlpack/files/patch-CMakeLists.txt | 11 +++++++++++ math/mlpack/pkg-plist | 4 ++++ 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile index 2492b80bfba8..b606f3aa10c6 100644 --- a/math/mlpack/Makefile +++ b/math/mlpack/Makefile @@ -1,6 +1,5 @@ PORTNAME= mlpack -DISTVERSION= 3.4.1 -PORTREVISION= 1 +DISTVERSION= 3.4.2 CATEGORIES= math # machine-learning MASTER_SITES= https://mlpack.org/files/ @@ -24,6 +23,8 @@ USE_LDCONFIG= yes CMAKE_ARGS= -DSTB_IMAGE_INCLUDE_DIR=${LOCALBASE}/include/stb CMAKE_OFF= BUILD_PYTHON_BINDINGS BUILD_TESTS +BINARY_ALIAS= git=false + OPTIONS_DEFINE= EXECUTABLES OPTIONS_DEFAULT= EXECUTABLES OPTIONS_SUB= yes diff --git a/math/mlpack/distinfo b/math/mlpack/distinfo index bc811f23e02a..50fc65a765f8 100644 --- a/math/mlpack/distinfo +++ b/math/mlpack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600479633 -SHA256 (mlpack-3.4.1.tar.gz) = 05a20818477894b64726441fa98301a0334e36ded8c84380d2d0f800a961ad21 -SIZE (mlpack-3.4.1.tar.gz) = 5782241 +TIMESTAMP = 1619318150 +SHA256 (mlpack-3.4.2.tar.gz) = 9e5c4af5c276c86a0dcc553289f6fe7b1b340d61c1e59844b53da0debedbb171 +SIZE (mlpack-3.4.2.tar.gz) = 5782921 diff --git a/math/mlpack/files/patch-CMakeLists.txt b/math/mlpack/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..e38856f0a42c --- /dev/null +++ b/math/mlpack/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2021-04-25 03:10:15 UTC ++++ CMakeLists.txt +@@ -534,7 +534,7 @@ endif () + + # Determine whether or not this is a git repository, so that we can set the + # version number if necessary. +-find_package(Git) ++#find_package(Git) + set (USING_GIT "NO") + if (GIT_FOUND) + # Run 'git rev-parse HEAD' to find out if this is a working copy. If the diff --git a/math/mlpack/pkg-plist b/math/mlpack/pkg-plist index 63ef6d549b45..60404613fbc6 100644 --- a/math/mlpack/pkg-plist +++ b/math/mlpack/pkg-plist @@ -690,6 +690,8 @@ include/mlpack/methods/ann/layer/sequential.hpp include/mlpack/methods/ann/layer/sequential_impl.hpp include/mlpack/methods/ann/layer/softmax.hpp include/mlpack/methods/ann/layer/softmax_impl.hpp +include/mlpack/methods/ann/layer/softmin.hpp +include/mlpack/methods/ann/layer/softmin_impl.hpp include/mlpack/methods/ann/layer/softshrink.hpp include/mlpack/methods/ann/layer/softshrink_impl.hpp include/mlpack/methods/ann/layer/spatial_dropout.hpp @@ -726,6 +728,8 @@ include/mlpack/methods/ann/loss_functions/log_cosh_loss.hpp include/mlpack/methods/ann/loss_functions/log_cosh_loss_impl.hpp include/mlpack/methods/ann/loss_functions/margin_ranking_loss.hpp include/mlpack/methods/ann/loss_functions/margin_ranking_loss_impl.hpp +include/mlpack/methods/ann/loss_functions/mean_absolute_percentage_error.hpp +include/mlpack/methods/ann/loss_functions/mean_absolute_percentage_error_impl.hpp include/mlpack/methods/ann/loss_functions/mean_bias_error.hpp include/mlpack/methods/ann/loss_functions/mean_bias_error_impl.hpp include/mlpack/methods/ann/loss_functions/mean_squared_error.hpp