vcpkg/ports/dpdk/vcpkg.json
2022-07-19 09:58:14 -07:00

43 lines
924 B
JSON

{
"name": "dpdk",
"version-string": "22.03",
"port-version": 1,
"description": "A set of libraries and drivers for fast packet processing",
"homepage": "https://www.dpdk.org/",
"documentation": "https://doc.dpdk.org/guides/index.html",
"license": "BSD-3-Clause",
"supports": "linux | freebsd",
"dependencies": [
{
"name": "numactl",
"platform": "linux"
},
"python3",
{
"name": "vcpkg-get-python-packages",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
],
"features": {
"docs": {
"description": "Build and install docs"
},
"kmods": {
"description": "Build and install kernel modules"
},
"tests": {
"description": "Build and install tests",
"dependencies": [
"libarchive"
]
},
"trace": {
"description": "Build with fast path traces enabled"
}
}
}