mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 18:57:51 +08:00
20 lines
411 B
JSON
20 lines
411 B
JSON
{
|
|
"name": "clrng",
|
|
"version-date": "2020-12-01",
|
|
"port-version": 2,
|
|
"description": "clRNG is a library for uniform random number generation in OpenCL.",
|
|
"homepage": "https://github.com/clMathLibraries/clRNG",
|
|
"supports": "!arm64",
|
|
"dependencies": [
|
|
"opencl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|