diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-08 23:12:12 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-08 23:12:12 +0000 |
commit | fb88c0a6adeca4f9341d7280503ef2fbdbf98084 (patch) | |
tree | d6507c84fefb0ec0b0dc05c252c41dee8ec8fea6 /math/xtensor | |
parent | science/spglib: Update 1.10.3 -> 1.10.4 (diff) |
math/xtensor: Update 0.16.4 -> 0.17.0
Port changes:
* Silence the command
* Update xtl to 0.4.13
Reported by: portscout
Diffstat (limited to 'math/xtensor')
-rw-r--r-- | math/xtensor/Makefile | 6 | ||||
-rw-r--r-- | math/xtensor/distinfo | 10 | ||||
-rw-r--r-- | math/xtensor/files/patch-CMakeLists.txt | 8 | ||||
-rw-r--r-- | math/xtensor/pkg-plist | 3 |
4 files changed, 15 insertions, 12 deletions
diff --git a/math/xtensor/Makefile b/math/xtensor/Makefile index 63c70ea6ba66..d2d291647949 100644 --- a/math/xtensor/Makefile +++ b/math/xtensor/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xtensor -DISTVERSION= 0.16.4 +DISTVERSION= 0.17.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -15,12 +15,12 @@ TEST_DEPENDS= googletest>0:devel/googletest USES= cmake USE_GITHUB= yes GH_ACCOUNT= QuantStack -GH_TUPLE= QuantStack:xtl:0.4.9:xtl/xtl +GH_TUPLE= QuantStack:xtl:0.4.13:xtl/xtl NO_BUILD= yes NO_ARCH= yes post-install: - cd ${WRKSRC}/xtl/include && ${COPYTREE_SHARE} xtl ${STAGEDIR}${PREFIX}/include + @cd ${WRKSRC}/xtl/include && ${COPYTREE_SHARE} xtl ${STAGEDIR}${PREFIX}/include do-test: @${RLN} ${STAGEDIR}${PREFIX}/include ${WRKSRC}/test/staged-include diff --git a/math/xtensor/distinfo b/math/xtensor/distinfo index 5bc648438dc2..3a15299bfebf 100644 --- a/math/xtensor/distinfo +++ b/math/xtensor/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1529768354 -SHA256 (QuantStack-xtensor-0.16.4_GH0.tar.gz) = 9a0d9ec254383c1721473fb391e10f082eeceec4d0a7bf29fce9356c68949e74 -SIZE (QuantStack-xtensor-0.16.4_GH0.tar.gz) = 777228 -SHA256 (QuantStack-xtl-0.4.9_GH0.tar.gz) = 587251bb7787b7dd05a2d432712bb2a7f05411155c61a9bc4a0f69c7b4e85dc3 -SIZE (QuantStack-xtl-0.4.9_GH0.tar.gz) = 81044 +TIMESTAMP = 1533708634 +SHA256 (QuantStack-xtensor-0.17.0_GH0.tar.gz) = 8a9f028e0d36428ad2536b5d9bfb1b47b464d03b886cb42f56ce4936080a151a +SIZE (QuantStack-xtensor-0.17.0_GH0.tar.gz) = 811116 +SHA256 (QuantStack-xtl-0.4.13_GH0.tar.gz) = 60dd545ea9054d313437ec74cbbe62048803ec9f80086998200cf4fa9d31aabb +SIZE (QuantStack-xtl-0.4.13_GH0.tar.gz) = 88290 diff --git a/math/xtensor/files/patch-CMakeLists.txt b/math/xtensor/files/patch-CMakeLists.txt index 671c271beb12..55559f0e7837 100644 --- a/math/xtensor/files/patch-CMakeLists.txt +++ b/math/xtensor/files/patch-CMakeLists.txt @@ -1,14 +1,14 @@ ---- CMakeLists.txt.orig 2018-06-23 15:40:12 UTC +--- CMakeLists.txt.orig 2018-08-01 12:53:03 UTC +++ CMakeLists.txt @@ -28,9 +28,9 @@ message(STATUS "Building xtensor v${${PR # Dependencies # ============ --find_package(xtl 0.4.9 REQUIRED) -+#find_package(xtl 0.4.9 REQUIRED) +-find_package(xtl 0.4.13 REQUIRED) ++#find_package(xtl 0.4.13 REQUIRED) -message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl") +message(STATUS "Found xtl: xtl/include") - find_package(nlohmann_json 3.1.1) + find_package(nlohmann_json 3.1.1 QUIET) diff --git a/math/xtensor/pkg-plist b/math/xtensor/pkg-plist index e36579920725..5ccb346bf54f 100644 --- a/math/xtensor/pkg-plist +++ b/math/xtensor/pkg-plist @@ -10,6 +10,7 @@ include/xtensor/xcomplex.hpp include/xtensor/xconcepts.hpp include/xtensor/xcontainer.hpp include/xtensor/xcsv.hpp +include/xtensor/xdynamic_view.hpp include/xtensor/xeval.hpp include/xtensor/xexception.hpp include/xtensor/xexpression.hpp @@ -24,6 +25,7 @@ include/xtensor/xiterable.hpp include/xtensor/xiterator.hpp include/xtensor/xjson.hpp include/xtensor/xlayout.hpp +include/xtensor/xmasked_view.hpp include/xtensor/xmath.hpp include/xtensor/xnoalias.hpp include/xtensor/xnorm.hpp @@ -58,6 +60,7 @@ include/xtl/xbase64.hpp include/xtl/xbasic_fixed_string.hpp include/xtl/xclosure.hpp include/xtl/xcomplex.hpp +include/xtl/xcomplex_sequence.hpp include/xtl/xdynamic_bitset.hpp include/xtl/xfunctional.hpp include/xtl/xhash.hpp |