diff options
| author | myd7349 <myd7349@gmail.com> | 2020-01-07 04:57:25 +0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-06 12:57:24 -0800 |
| commit | 38260a7936a1ec1c02c80fb8a593b7b5d6f199ff (patch) | |
| tree | c1f8314a4e9cd77674e4ded8486e1febd1e64575 /ports/xtl | |
| parent | 95d989c4a40023f46be66753443789c4a98ea4a4 (diff) | |
| download | vcpkg-38260a7936a1ec1c02c80fb8a593b7b5d6f199ff.tar.gz vcpkg-38260a7936a1ec1c02c80fb8a593b7b5d6f199ff.zip | |
[xsimd][xtensor][xtl] Update to lastest (#9158)
* [xsimd][xtensor][xtl] Update to lastest
* [xtensor-io] Disable parallel config
* [xsimd][xtensor][xtensor-blas][xtensor-io][xtl] Update to 2019-12-06
* [xsimd][xtensor-blas][xtensor][xtl] Update to lastest
* [xsimd][xtensor-blas][xtensor-io][xtensor][xtl] Update to lastest
Diffstat (limited to 'ports/xtl')
| -rw-r--r-- | ports/xtl/CONTROL | 3 | ||||
| -rw-r--r-- | ports/xtl/portfile.cmake | 11 |
2 files changed, 6 insertions, 8 deletions
diff --git a/ports/xtl/CONTROL b/ports/xtl/CONTROL index b0fbdd39c..600536d12 100644 --- a/ports/xtl/CONTROL +++ b/ports/xtl/CONTROL @@ -1,4 +1,5 @@ Source: xtl
-Version: 0.6.5 +Version: 0.6.10
Build-Depends: nlohmann-json
Description: The x template library.
+Homepage: https://github.com/xtensor-stack/xtl
diff --git a/ports/xtl/portfile.cmake b/ports/xtl/portfile.cmake index 74cbbbc03..1e09d5fc5 100644 --- a/ports/xtl/portfile.cmake +++ b/ports/xtl/portfile.cmake @@ -1,12 +1,10 @@ # header-only library
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO QuantStack/xtl
- REF 0d1f896ba90664248279baaea0059699cff5ab9b - SHA512 8375dc3c64d49b1722bdb579b397f296ae28042fd41b2e0556b3ad53b8b3615c250096aa09f1997d964285f6969d599d49e3b9204b45877af858c9a463619ab2
+ REPO xtensor-stack/xtl
+ REF 557bbc914e91e4efa93b2ca8d09ab11b1e70b711 # 0.6.10
+ SHA512 bf02c90f17dcf46ca424fb4bb6bbda5a57f0f1258c35f0c9ddc3ff6f0bcdd1c5f485f786b986ee96b0044340b2a9e25f1750fbee1b32c76b0c68e8a04127fba5
HEAD_REF master
)
@@ -24,5 +22,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT}) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-# Handle copyright
-configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
