[mdspan] update to 0.4.0 (#27085)

* Update mdspan to 0.4.0

* Update version

* Add license

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
chausner 2022-10-03 22:51:18 +02:00 committed by GitHub
parent 1aff5b6ac2
commit 5185baad44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kokkos/mdspan
REF aced2cebd362a1e15830da030bd16748131d28bd # stable as of 2021-11-03
SHA512 a1950430be537497fb84c4a8c5e681cacead93512775098f38ea6c1a20b95d0f7110d9d0802fbdcf8ce3c40ade766cc697773f6ea6fcf8c363b3ebee55620f7c
REF mdspan-0.4.0
SHA512 9452bed074401b5bbaea7ff6e318e1b631ba8a9b4c6e6c8d05f82be9b24055026645a501963b0443b211833124228499d2acf7fb0ff79c48a43e0ea198dba0af
HEAD_REF stable
)
@ -14,6 +14,4 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/mdspan)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib" "${CURRENT_PACKAGES_DIR}/debug")
vcpkg_copy_pdbs()
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,8 +1,9 @@
{
"name": "mdspan",
"version-date": "2021-11-03",
"version": "0.4.0",
"description": "A non-owning multi-dimensional array reference type.",
"homepage": "https://github.com/kokkos/mdspan",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -4681,7 +4681,7 @@
"port-version": 2
},
"mdspan": {
"baseline": "2021-11-03",
"baseline": "0.4.0",
"port-version": 0
},
"mecab": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ea06cdb7d1943dac6ada2f2fd419bb68d7bc196a",
"version": "0.4.0",
"port-version": 0
},
{
"git-tree": "3e312b5c0220a832b0deebd7478f044481ebe79c",
"version-date": "2021-11-03",