vcpkg/ports/grppi/vcpkg.json
Thomas1664 a685b28593
[vcpkg baseline][grppi] Manually control use of tbb (#26966)
* [grppi] Manually control use of tbb

* version

* Fix typo

* version
2022-09-25 23:57:23 -07:00

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"
]
}
}
}