vcpkg/ports/alpaka/vcpkg.json
2022-11-16 13:05:31 -08:00

27 lines
543 B
JSON

{
"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.0"
},
{
"name": "boost-predef",
"version>=": "1.74.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}