vcpkg/ports/alpaka/vcpkg.json
Bernhard Manfred Gruber 056a7303b0
[alpaka] Add new port, version 0.9.0 (#26812)
Co-authored-by: Jonliu1993 <13720414433@163.com>

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-09-19 12:01:46 -07:00

26 lines
518 B
JSON

{
"name": "alpaka",
"version": "0.9.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",
"dependencies": [
{
"name": "boost-core",
"version>=": "1.74"
},
{
"name": "boost-predef",
"version>=": "1.74"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}