Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Sep 2020 00:06:14 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547767 - head/math/ensmallen
Message-ID:  <202009060006.08606ERn010256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Sep  6 00:06:14 2020
New Revision: 547767
URL: https://svnweb.freebsd.org/changeset/ports/547767

Log:
  math/ensmallen: Update 2.13.0 -> 2.14.1

Modified:
  head/math/ensmallen/Makefile
  head/math/ensmallen/distinfo
  head/math/ensmallen/pkg-plist

Modified: head/math/ensmallen/Makefile
==============================================================================
--- head/math/ensmallen/Makefile	Sat Sep  5 23:49:39 2020	(r547766)
+++ head/math/ensmallen/Makefile	Sun Sep  6 00:06:14 2020	(r547767)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ensmallen
-DISTVERSION=	2.13.0
-PORTREVISION=	1
+DISTVERSION=	2.14.1
 CATEGORIES=	math
 MASTER_SITES=	https://ensmallen.org/files/
 
@@ -21,7 +20,7 @@ CMAKE_OFF=	BUILD_TESTS
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-do-test:
+do-test: # tests for 2.14.1 fail: https://github.com/mlpack/ensmallen/issues/225
 	@cd ${BUILD_WRKSRC} && \
 		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \
 		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \

Modified: head/math/ensmallen/distinfo
==============================================================================
--- head/math/ensmallen/distinfo	Sat Sep  5 23:49:39 2020	(r547766)
+++ head/math/ensmallen/distinfo	Sun Sep  6 00:06:14 2020	(r547767)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596130232
-SHA256 (ensmallen-2.13.0.tar.gz) = ba9d2b50bb858fd405dbb1f1181927a3e4436388e5e5e13f643cb716ea6294bf
-SIZE (ensmallen-2.13.0.tar.gz) = 1252374
+TIMESTAMP = 1599116585
+SHA256 (ensmallen-2.14.1.tar.gz) = e86d9aa352c039924ccd13dc348b9a5675965e815cebabd3177500e4fe84c8c4
+SIZE (ensmallen-2.14.1.tar.gz) = 1262579

Modified: head/math/ensmallen/pkg-plist
==============================================================================
--- head/math/ensmallen/pkg-plist	Sat Sep  5 23:49:39 2020	(r547766)
+++ head/math/ensmallen/pkg-plist	Sun Sep  6 00:06:14 2020	(r547767)
@@ -3,8 +3,6 @@ include/ensmallen_bits/ada_bound/ada_bound.hpp
 include/ensmallen_bits/ada_bound/ada_bound_impl.hpp
 include/ensmallen_bits/ada_bound/ada_bound_update.hpp
 include/ensmallen_bits/ada_bound/ams_bound_update.hpp
-include/ensmallen_bits/lookahead/lookahead.hpp
-include/ensmallen_bits/lookahead/lookahead_impl.hpp
 include/ensmallen_bits/ada_delta/ada_delta.hpp
 include/ensmallen_bits/ada_delta/ada_delta_impl.hpp
 include/ensmallen_bits/ada_delta/ada_delta_update.hpp
@@ -85,6 +83,10 @@ include/ensmallen_bits/katyusha/katyusha_impl.hpp
 include/ensmallen_bits/lbfgs/lbfgs.hpp
 include/ensmallen_bits/lbfgs/lbfgs_impl.hpp
 include/ensmallen_bits/log.hpp
+include/ensmallen_bits/lookahead/lookahead.hpp
+include/ensmallen_bits/lookahead/lookahead_impl.hpp
+include/ensmallen_bits/nsga2/nsga2.hpp
+include/ensmallen_bits/nsga2/nsga2_impl.hpp
 include/ensmallen_bits/padam/padam.hpp
 include/ensmallen_bits/padam/padam_update.hpp
 include/ensmallen_bits/parallel_sgd/decay_policies/constant_step.hpp
@@ -111,6 +113,7 @@ include/ensmallen_bits/problems/easom_function.hpp
 include/ensmallen_bits/problems/easom_function_impl.hpp
 include/ensmallen_bits/problems/eggholder_function.hpp
 include/ensmallen_bits/problems/eggholder_function_impl.hpp
+include/ensmallen_bits/problems/fonseca_fleming_function.hpp
 include/ensmallen_bits/problems/fw_test_function.hpp
 include/ensmallen_bits/problems/generalized_rosenbrock_function.hpp
 include/ensmallen_bits/problems/generalized_rosenbrock_function_impl.hpp
@@ -137,6 +140,7 @@ include/ensmallen_bits/problems/rosenbrock_function.hp
 include/ensmallen_bits/problems/rosenbrock_function_impl.hpp
 include/ensmallen_bits/problems/rosenbrock_wood_function.hpp
 include/ensmallen_bits/problems/rosenbrock_wood_function_impl.hpp
+include/ensmallen_bits/problems/schaffer_function_n1.hpp
 include/ensmallen_bits/problems/schaffer_function_n2.hpp
 include/ensmallen_bits/problems/schaffer_function_n2_impl.hpp
 include/ensmallen_bits/problems/schaffer_function_n4.hpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009060006.08606ERn010256>