svn commit: r488149 - head/math/xtensor

Yuri Victorovich yuri at FreeBSD.org
Sat Dec 22 23:22:50 UTC 2018


Author: yuri
Date: Sat Dec 22 23:22:49 2018
New Revision: 488149
URL: https://svnweb.freebsd.org/changeset/ports/488149

Log:
  math/xtensor: Update 0.17.3 -> 0.19.1
  
  Reported by:	portscout

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

Modified: head/math/xtensor/Makefile
==============================================================================
--- head/math/xtensor/Makefile	Sat Dec 22 23:22:01 2018	(r488148)
+++ head/math/xtensor/Makefile	Sat Dec 22 23:22:49 2018	(r488149)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xtensor
-DISTVERSION=	0.17.3
+DISTVERSION=	0.19.1
 CATEGORIES=	math
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -21,6 +21,7 @@ TEST_DEPENDS=	nlohmann-json>0:devel/nlohmann-json \
 USES=		cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	QuantStack
+
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/math/xtensor/distinfo
==============================================================================
--- head/math/xtensor/distinfo	Sat Dec 22 23:22:01 2018	(r488148)
+++ head/math/xtensor/distinfo	Sat Dec 22 23:22:49 2018	(r488149)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535133606
-SHA256 (QuantStack-xtensor-0.17.3_GH0.tar.gz) = 6e337012c1cff2d61cba922cb5fc3119dcf4ccca1ad71b9b29ab0f55ce8947f4
-SIZE (QuantStack-xtensor-0.17.3_GH0.tar.gz) = 832191
+TIMESTAMP = 1545516526
+SHA256 (QuantStack-xtensor-0.19.1_GH0.tar.gz) = 52ac9081138d413485b9bf70376722f109ab32e5ed2ed3311257f5d7e9a88bc7
+SIZE (QuantStack-xtensor-0.19.1_GH0.tar.gz) = 904812

Modified: head/math/xtensor/pkg-plist
==============================================================================
--- head/math/xtensor/pkg-plist	Sat Dec 22 23:22:01 2018	(r488148)
+++ head/math/xtensor/pkg-plist	Sat Dec 22 23:22:49 2018	(r488149)
@@ -14,10 +14,12 @@ include/xtensor/xdynamic_view.hpp
 include/xtensor/xeval.hpp
 include/xtensor/xexception.hpp
 include/xtensor/xexpression.hpp
+include/xtensor/xexpression_holder.hpp
 include/xtensor/xfixed.hpp
 include/xtensor/xfunction.hpp
 include/xtensor/xfunctor_view.hpp
 include/xtensor/xgenerator.hpp
+include/xtensor/xhistogram.hpp
 include/xtensor/xindex_view.hpp
 include/xtensor/xinfo.hpp
 include/xtensor/xio.hpp
@@ -25,8 +27,11 @@ include/xtensor/xiterable.hpp
 include/xtensor/xiterator.hpp
 include/xtensor/xjson.hpp
 include/xtensor/xlayout.hpp
+include/xtensor/xmanipulation.hpp
+include/xtensor/xmasked_value.hpp
 include/xtensor/xmasked_view.hpp
 include/xtensor/xmath.hpp
+include/xtensor/xmime.hpp
 include/xtensor/xnoalias.hpp
 include/xtensor/xnorm.hpp
 include/xtensor/xnpy.hpp


More information about the svn-ports-all mailing list