Skip to content

Commit

Permalink
[mdspan] Add new port for kokkos/mdspan (#21170)
Browse files Browse the repository at this point in the history
* [mdspan] Add new port for kokkos/mdspan

* [mdspan] Update versions files

* [mdspan] Use recent stable branch instead of tag for REF

* [mdspan] Update versions files

* Apply suggestions from code review

[mdspan] accept all reviewer's suggested changes

Co-authored-by: NancyLi1013 <[email protected]>

* Update ports/mdspan/vcpkg.json

[mdspan] Better description

* [mdspan] noideadog, re-running: ./vcpkg x-add-version --all --overwrite-version

Co-authored-by: NancyLi1013 <[email protected]>
  • Loading branch information
jdthomas and NancyLi1013 authored Nov 5, 2021
1 parent 9915f08 commit f688b48
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ports/mdspan/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kokkos/mdspan
REF aced2cebd362a1e15830da030bd16748131d28bd # stable as of 2021-11-03
SHA512 a1950430be537497fb84c4a8c5e681cacead93512775098f38ea6c1a20b95d0f7110d9d0802fbdcf8ce3c40ade766cc697773f6ea6fcf8c363b3ebee55620f7c
HEAD_REF stable
)

vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")

vcpkg_cmake_install()

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)
16 changes: 16 additions & 0 deletions ports/mdspan/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "mdspan",
"version-date": "2021-11-03",
"description": "A non-owning multi-dimensional array reference type.",
"homepage": "https://github.com/kokkos/mdspan",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4272,6 +4272,10 @@
"baseline": "878.270.2",
"port-version": 0
},
"mdspan": {
"baseline": "2021-11-03",
"port-version": 0
},
"mecab": {
"baseline": "2019-09-25",
"port-version": 2
Expand Down
9 changes: 9 additions & 0 deletions versions/m-/mdspan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "3e312b5c0220a832b0deebd7478f044481ebe79c",
"version-date": "2021-11-03",
"port-version": 0
}
]
}

0 comments on commit f688b48

Please sign in to comment.