diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-22 23:22:49 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-22 23:22:49 +0000 |
commit | af964af84b89771155eae5a503948eb794dfe881 (patch) | |
tree | 1c729a5d47d92bf6cd23af67e886205bc2de0a3e /math | |
parent | 29c96896df9bb6356a671a06d22aad39ea0b6441 (diff) | |
download | ports-af964af84b89771155eae5a503948eb794dfe881.tar.gz ports-af964af84b89771155eae5a503948eb794dfe881.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/xtensor/Makefile | 3 | ||||
-rw-r--r-- | math/xtensor/distinfo | 6 | ||||
-rw-r--r-- | math/xtensor/pkg-plist | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/math/xtensor/Makefile b/math/xtensor/Makefile index 1046e9f1d81d..c779f953cec2 100644 --- a/math/xtensor/Makefile +++ b/math/xtensor/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xtensor -DISTVERSION= 0.17.3 +DISTVERSION= 0.19.1 CATEGORIES= math MAINTAINER= yuri@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 diff --git a/math/xtensor/distinfo b/math/xtensor/distinfo index 02e7a68ddc6c..dac37d80e807 100644 --- a/math/xtensor/distinfo +++ b/math/xtensor/distinfo @@ -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 diff --git a/math/xtensor/pkg-plist b/math/xtensor/pkg-plist index d952e8ac6f85..0e1215b794a3 100644 --- a/math/xtensor/pkg-plist +++ b/math/xtensor/pkg-plist @@ -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 |