aboutsummaryrefslogtreecommitdiff
path: root/math/xtensor
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-10 21:26:33 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-10 21:26:33 +0000
commit7ba7fe71385e4ae9dd83de3478f071315de5de8a (patch)
tree279dd1bedbf210c7934b699c51252b59ad52797d /math/xtensor
parent33444bf10c92b68eb3595af9eda74e086c5a4212 (diff)
downloadports-7ba7fe71385e4ae9dd83de3478f071315de5de8a.tar.gz
ports-7ba7fe71385e4ae9dd83de3478f071315de5de8a.zip
Notes
Diffstat (limited to 'math/xtensor')
-rw-r--r--math/xtensor/Makefile4
-rw-r--r--math/xtensor/distinfo10
-rw-r--r--math/xtensor/files/patch-CMakeLists.txt4
3 files changed, 9 insertions, 9 deletions
diff --git a/math/xtensor/Makefile b/math/xtensor/Makefile
index 8247dccadc20..b0580a9c68a6 100644
--- a/math/xtensor/Makefile
+++ b/math/xtensor/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= xtensor
-DISTVERSION= 0.17.0
+DISTVERSION= 0.17.1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -15,7 +15,7 @@ TEST_DEPENDS= googletest>0:devel/googletest
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= QuantStack
-GH_TUPLE= QuantStack:xtl:0.4.13:xtl/xtl
+GH_TUPLE= QuantStack:xtl:0.4.14:xtl/xtl
NO_BUILD= yes
NO_ARCH= yes
diff --git a/math/xtensor/distinfo b/math/xtensor/distinfo
index 3a15299bfebf..445f7b1953b4 100644
--- a/math/xtensor/distinfo
+++ b/math/xtensor/distinfo
@@ -1,5 +1,5 @@
-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
+TIMESTAMP = 1533933342
+SHA256 (QuantStack-xtensor-0.17.1_GH0.tar.gz) = 4c7df152ec712c581dac448c90918a6d1c659959cb59c079cb4ee2da1425ac01
+SIZE (QuantStack-xtensor-0.17.1_GH0.tar.gz) = 812740
+SHA256 (QuantStack-xtl-0.4.14_GH0.tar.gz) = f32390060315a7a941d9601ea1f0200c723e21313bd034f36dd5aae52b7a58c8
+SIZE (QuantStack-xtl-0.4.14_GH0.tar.gz) = 88878
diff --git a/math/xtensor/files/patch-CMakeLists.txt b/math/xtensor/files/patch-CMakeLists.txt
index 55559f0e7837..0792d790dad2 100644
--- a/math/xtensor/files/patch-CMakeLists.txt
+++ b/math/xtensor/files/patch-CMakeLists.txt
@@ -4,8 +4,8 @@
# Dependencies
# ============
--find_package(xtl 0.4.13 REQUIRED)
-+#find_package(xtl 0.4.13 REQUIRED)
+-find_package(xtl 0.4.14 REQUIRED)
++#find_package(xtl 0.4.14 REQUIRED)
-message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl")
+message(STATUS "Found xtl: xtl/include")