[alpaka] update to 1.2.0 (#41423)

This commit is contained in:
Jia Yue Hua 2024-10-09 03:40:02 +08:00 committed by GitHub
parent 2ddc10c8af
commit 7abfdae60e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO alpaka-group/alpaka REPO alpaka-group/alpaka
REF ${VERSION} REF ${VERSION}
SHA512 ee5354c498c9be12f4885d08c1ab9c11e67e3c305ea90c82605e061bd1a3b4efcc1ae17fb92d0cc9c2b402e8ba44431149409d4df903a2c355c382ae07ec9bcd SHA512 ef161c43cafaa4e6cfa8944855dbdafe260d97b23e9275716608301ffffc0f088a3f8bf2f01dc34c38639cf40fe4266e4f48126684ba824a6db6ef3c13fd873f
HEAD_REF develop HEAD_REF develop
) )
set(VCPKG_BUILD_TYPE release) set(VCPKG_BUILD_TYPE release)

View File

@ -1,6 +1,6 @@
{ {
"name": "alpaka", "name": "alpaka",
"version": "1.1.0", "version": "1.2.0",
"description": "The alpaka library is a header-only abstraction library for accelerator development", "description": "The alpaka library is a header-only abstraction library for accelerator development",
"homepage": "https://github.com/alpaka-group/alpaka", "homepage": "https://github.com/alpaka-group/alpaka",
"license": "MPL-2.0", "license": "MPL-2.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "cd185626a62396b8160dae226d4f8aa89c8b4822",
"version": "1.2.0",
"port-version": 0
},
{ {
"git-tree": "61ecfc7faca32c8f1918d7e78fa7b31db5352290", "git-tree": "61ecfc7faca32c8f1918d7e78fa7b31db5352290",
"version": "1.1.0", "version": "1.1.0",

View File

@ -93,7 +93,7 @@
"port-version": 0 "port-version": 0
}, },
"alpaka": { "alpaka": {
"baseline": "1.1.0", "baseline": "1.2.0",
"port-version": 0 "port-version": 0
}, },
"alsa": { "alsa": {