diff options
Diffstat (limited to 'vcpkg/ports/dpdk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/dpdk/vcpkg.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/vcpkg/ports/dpdk/vcpkg.json b/vcpkg/ports/dpdk/vcpkg.json new file mode 100644 index 0000000..194a1f9 --- /dev/null +++ b/vcpkg/ports/dpdk/vcpkg.json @@ -0,0 +1,42 @@ +{ + "name": "dpdk", + "version-string": "24.11.3", + "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": "libarchive", + "default-features": false + }, + { + "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" + }, + "trace": { + "description": "Build with fast path traces enabled" + } + } +} |