aboutsummaryrefslogtreecommitdiff
path: root/ports/xtl
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2019-05-06 14:19:09 +0800
committerGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-05-05 23:19:08 -0700
commit7864caa87a17123f89c02a0cf26cebb6dc06f2c5 (patch)
tree7bfbb9fc3dd1c48010cd80a4124a3a8869092d47 /ports/xtl
parent820626350f459a408bd0d324e5c8de1a721e5aa4 (diff)
downloadvcpkg-7864caa87a17123f89c02a0cf26cebb6dc06f2c5.tar.gz
vcpkg-7864caa87a17123f89c02a0cf26cebb6dc06f2c5.zip
[xsimd,xtensor,xtensor-blas,xtl] Update to latest (#6318)
Diffstat (limited to 'ports/xtl')
-rw-r--r--ports/xtl/CONTROL2
-rw-r--r--ports/xtl/portfile.cmake8
2 files changed, 4 insertions, 6 deletions
diff --git a/ports/xtl/CONTROL b/ports/xtl/CONTROL
index 1ee82f60a..423ee09dc 100644
--- a/ports/xtl/CONTROL
+++ b/ports/xtl/CONTROL
@@ -1,4 +1,4 @@
Source: xtl
-Version: 0.5.4
+Version: 0.6.4
Build-Depends: nlohmann-json
Description: The x template library.
diff --git a/ports/xtl/portfile.cmake b/ports/xtl/portfile.cmake
index 66e504b73..0b3b5dad1 100644
--- a/ports/xtl/portfile.cmake
+++ b/ports/xtl/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO QuantStack/xtl
- REF 0.5.4
- SHA512 6181334dda9a2afce4ce2809572605c2f911770f7805a8328e14fa94d4572475c7725f2ead54daec00e62933df6a4c22616a247798c5b7f1f3bd4290945776c8
+ REF 0.6.4
+ SHA512 92ff932634a88fee9bfd27d092ebdf91752d90be8a4f3fc41aef90c195718c989082e53f1fcfae9d67b153ecd29d3dde6f8e2b540eeec0db1d0d229a9b0d2fe8
HEAD_REF master
)
@@ -14,10 +14,8 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
+ -DBUILD_TESTS=OFF
-DDOWNLOAD_GTEST=OFF
- -DTF_BUILD_EXAMPLES=OFF
- -DTF_BUILD_TESTS=OFF
- -DTF_BUILD_BENCHMARKS=OFF
)
vcpkg_install_cmake()