Skip to content

Commit

Permalink
[alpaka] Fix Boost version constraints (#27856)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored Nov 16, 2022
1 parent 90b616f commit 6d5b049
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ports/alpaka/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/alpaka.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7149b432a8cfdb7406ce5979d11c11c5caa8fe3f",
"version": "0.9.0",
"port-version": 1
},
{
"git-tree": "fa2a5d53283561fed784514fd0063badc589eb39",
"version": "0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"alpaka": {
"baseline": "0.9.0",
"port-version": 0
"port-version": 1
},
"alsa": {
"baseline": "1.2.6.1",
Expand Down

0 comments on commit 6d5b049

Please sign in to comment.