svn commit: r520096 - head/math/ensmallen

Yuri Victorovich yuri at FreeBSD.org
Sat Dec 14 07:21:23 UTC 2019


Author: yuri
Date: Sat Dec 14 07:21:21 2019
New Revision: 520096
URL: https://svnweb.freebsd.org/changeset/ports/520096

Log:
  math/ensmallen: Update 2.10.4 -> 2.10.5
  
  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 Dec 14 07:20:45 2019	(r520095)
+++ head/math/ensmallen/Makefile	Sat Dec 14 07:21:21 2019	(r520096)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ensmallen
-DISTVERSION=	2.10.4
+DISTVERSION=	2.10.5
 CATEGORIES=	math
 MASTER_SITES=	https://ensmallen.org/files/
 

Modified: head/math/ensmallen/distinfo
==============================================================================
--- head/math/ensmallen/distinfo	Sat Dec 14 07:20:45 2019	(r520095)
+++ head/math/ensmallen/distinfo	Sat Dec 14 07:21:21 2019	(r520096)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574227534
-SHA256 (ensmallen-2.10.4.tar.gz) = 82aca3724331b26156fd9bad118992093a08e3ef6881b996e976d090fb390bc7
-SIZE (ensmallen-2.10.4.tar.gz) = 1237711
+TIMESTAMP = 1576305907
+SHA256 (ensmallen-2.10.5.tar.gz) = fa45e8f65c93d20fec3bbafbb87c66d2762942b00395159846f62e9c35ff7168
+SIZE (ensmallen-2.10.5.tar.gz) = 1237745

Modified: head/math/ensmallen/pkg-plist
==============================================================================
--- head/math/ensmallen/pkg-plist	Sat Dec 14 07:20:45 2019	(r520095)
+++ head/math/ensmallen/pkg-plist	Sat Dec 14 07:21:21 2019	(r520096)
@@ -44,12 +44,12 @@ include/ensmallen_bits/ftml/ftml.hpp
 include/ensmallen_bits/ftml/ftml_impl.hpp
 include/ensmallen_bits/ftml/ftml_update.hpp
 include/ensmallen_bits/function.hpp
-include/ensmallen_bits/function/add_decomposable_evaluate.hpp
-include/ensmallen_bits/function/add_decomposable_evaluate_with_gradient.hpp
-include/ensmallen_bits/function/add_decomposable_gradient.hpp
 include/ensmallen_bits/function/add_evaluate.hpp
 include/ensmallen_bits/function/add_evaluate_with_gradient.hpp
 include/ensmallen_bits/function/add_gradient.hpp
+include/ensmallen_bits/function/add_separable_evaluate.hpp
+include/ensmallen_bits/function/add_separable_evaluate_with_gradient.hpp
+include/ensmallen_bits/function/add_separable_gradient.hpp
 include/ensmallen_bits/function/arma_traits.hpp
 include/ensmallen_bits/function/sfinae_utility.hpp
 include/ensmallen_bits/function/static_checks.hpp


More information about the svn-ports-all mailing list