Date: Sat, 6 Mar 2021 01:20:49 +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: r567448 - head/math/ensmallen Message-ID: <202103060120.1261KnWK090169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 6 01:20:48 2021 New Revision: 567448 URL: https://svnweb.freebsd.org/changeset/ports/567448 Log: math/ensmallen: Update 2.14.2 -> 2.16.1 Reported by: portscout Modified: head/math/ensmallen/Makefile head/math/ensmallen/distinfo head/math/ensmallen/pkg-plist Modified: head/math/ensmallen/Makefile ============================================================================== --- head/math/ensmallen/Makefile Sat Mar 6 00:44:21 2021 (r567447) +++ head/math/ensmallen/Makefile Sat Mar 6 01:20:48 2021 (r567448) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ensmallen -DISTVERSION= 2.14.2 -PORTREVISION= 1 +DISTVERSION= 2.16.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: # tests for 2.14.1 fail: https://github.com/mlpack/ensmallen/issues/225 +do-test: # one test fails: https://github.com/mlpack/ensmallen/issues/264 @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 Mar 6 00:44:21 2021 (r567447) +++ head/math/ensmallen/distinfo Sat Mar 6 01:20:48 2021 (r567448) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599532215 -SHA256 (ensmallen-2.14.2.tar.gz) = d067ce6aec567e1f49e47c6b59600a666f74755ff46228e8855cd21cb04188cc -SIZE (ensmallen-2.14.2.tar.gz) = 1262697 +TIMESTAMP = 1614986449 +SHA256 (ensmallen-2.16.1.tar.gz) = e496c207c20816150a535f891172357f3c136ad8e73cbbc01a77112eb38b0c9a +SIZE (ensmallen-2.16.1.tar.gz) = 1265213 Modified: head/math/ensmallen/pkg-plist ============================================================================== --- head/math/ensmallen/pkg-plist Sat Mar 6 00:44:21 2021 (r567447) +++ head/math/ensmallen/pkg-plist Sat Mar 6 01:20:48 2021 (r567448) @@ -29,6 +29,7 @@ include/ensmallen_bits/callbacks/callbacks.hpp include/ensmallen_bits/callbacks/early_stop_at_min_loss.hpp include/ensmallen_bits/callbacks/print_loss.hpp include/ensmallen_bits/callbacks/progress_bar.hpp +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103060120.1261KnWK090169>