[alpaka] Fix Boost version constraints (#27856)

This commit is contained in:
Bernhard Manfred Gruber 2022-11-16 22:05:31 +01:00 committed by GitHub
parent 90b616f184
commit 6d5b04938e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -1,17 +1,18 @@
{
"name": "alpaka",
"version": "0.9.0",
"port-version": 1,
"description": "The alpaka library is a header-only abstraction library for accelerator development",
"homepage": "https://github.com/alpaka-group/alpaka",
"license": "MPL-2.0",
"dependencies": [
{
"name": "boost-core",
"version>=": "1.74"
"version>=": "1.74.0"
},
{
"name": "boost-predef",
"version>=": "1.74"
"version>=": "1.74.0"
},
{
"name": "vcpkg-cmake",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7149b432a8cfdb7406ce5979d11c11c5caa8fe3f",
"version": "0.9.0",
"port-version": 1
},
{
"git-tree": "fa2a5d53283561fed784514fd0063badc589eb39",
"version": "0.9.0",

View File

@ -74,7 +74,7 @@
},
"alpaka": {
"baseline": "0.9.0",
"port-version": 0
"port-version": 1
},
"alsa": {
"baseline": "1.2.6.1",