diff options
Diffstat (limited to 'vcpkg/ports/numactl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/numactl/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/numactl/vcpkg.json b/vcpkg/ports/numactl/vcpkg.json new file mode 100644 index 0000000..2ae679d --- /dev/null +++ b/vcpkg/ports/numactl/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "numactl", + "version": "2.0.19", + "port-version": 1, + "description": "NUMA support for Linux", + "homepage": "https://github.com/numactl/numactl", + "license": null, + "supports": "linux", + "dependencies": [ + { + "name": "vcpkg-make", + "host": true + } + ] +} |