aboutsummaryrefslogtreecommitdiff
path: root/ports/xtensor-blas
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2020-01-07 04:57:25 +0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2020-01-06 12:57:24 -0800
commit38260a7936a1ec1c02c80fb8a593b7b5d6f199ff (patch)
treec1f8314a4e9cd77674e4ded8486e1febd1e64575 /ports/xtensor-blas
parent95d989c4a40023f46be66753443789c4a98ea4a4 (diff)
downloadvcpkg-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/xtensor-blas')
-rw-r--r--ports/xtensor-blas/CONTROL3
-rw-r--r--ports/xtensor-blas/portfile.cmake14
2 files changed, 6 insertions, 11 deletions
diff --git a/ports/xtensor-blas/CONTROL b/ports/xtensor-blas/CONTROL
index 1779f1760..6020152fe 100644
--- a/ports/xtensor-blas/CONTROL
+++ b/ports/xtensor-blas/CONTROL
@@ -1,4 +1,5 @@
Source: xtensor-blas
-Version: 0.16.1
+Version: 0.17.1
Description: BLAS extension to xtensor
+Homepage: https://github.com/xtensor-stack/xtensor-blas
Build-Depends: xtensor
diff --git a/ports/xtensor-blas/portfile.cmake b/ports/xtensor-blas/portfile.cmake
index 000a567a3..6db2e3876 100644
--- a/ports/xtensor-blas/portfile.cmake
+++ b/ports/xtensor-blas/portfile.cmake
@@ -1,12 +1,10 @@
# header-only library
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO QuantStack/xtensor-blas
- REF 0.16.1
- SHA512 3bdbd48b74d7be0b9f4ad2d435789e266b3cc1e043bbe73739978678bd1ca81504a688cdd80c03667305d210d299127be9939333c9bd0ac27dff0423ccb4861d
+ REPO xtensor-stack/xtensor-blas
+ REF 0b23657413bb4380014b82c4dd45821f04a4adad # 0.17.1
+ SHA512 d155d9fdad2e2d1851657953544e9ef3e3c1b203a1cb4e092d0f5bab8bad27bcf3a21a0ae3be0c06a7b8a3fa8b41f244da45690d39ee6c9794ac4fcabc4de35f
HEAD_REF master
)
@@ -31,8 +29,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/xflens/cxxblas/netlib)
-# Handle copyright
-configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
-
-# CMake integration test
-vcpkg_test_cmake(PACKAGE_NAME ${PORT})
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)