[alpaka] Update to 1.1.0 (#36241)

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
This commit is contained in:
Bernhard Manfred Gruber 2024-01-22 20:01:29 +01:00 committed by GitHub
parent 9f803fd068
commit 4521e84e60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO alpaka-group/alpaka
REF 1.0.0
SHA512 42e326fa07a741761c334e43ed03e9b950a580ffa86c005f20f9e0887bc648c189b5937ce1a9c08de6a8f295375d771077a709d5adfa14bea46af622985a196d
REF ${VERSION}
SHA512 ee5354c498c9be12f4885d08c1ab9c11e67e3c305ea90c82605e061bd1a3b4efcc1ae17fb92d0cc9c2b402e8ba44431149409d4df903a2c355c382ae07ec9bcd
HEAD_REF develop
)
set(VCPKG_BUILD_TYPE release)

View File

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

View File

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

View File

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