mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
a685b28593
* [grppi] Manually control use of tbb * version * Fix typo * version
23 lines
508 B
JSON
23 lines
508 B
JSON
{
|
|
"name": "grppi",
|
|
"version": "0.4.0",
|
|
"port-version": 2,
|
|
"description": "GrPPI is an open source generic and reusable parallel pattern programming interface developed at University Carlos III of Madrid.",
|
|
"homepage": "https://github.com/arcosuc3m/grppi",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tbb": {
|
|
"description": "Enable tbb backend",
|
|
"dependencies": [
|
|
"tbb"
|
|
]
|
|
}
|
|
}
|
|
}
|