diff options
Diffstat (limited to 'vcpkg/ports/fbgemm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fbgemm/vcpkg.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/fbgemm/vcpkg.json b/vcpkg/ports/fbgemm/vcpkg.json new file mode 100644 index 0000000..2df593a --- /dev/null +++ b/vcpkg/ports/fbgemm/vcpkg.json @@ -0,0 +1,21 @@ +{ + "name": "fbgemm", + "version": "1.0.0", + "port-version": 1, + "description": "FB (Facebook) + GEMM (General Matrix-Matrix Multiplication)", + "homepage": "https://code.fb.com/ml-applications/fbgemm/", + "license": "BSD-3-Clause", + "supports": "!arm & !x86 & !uwp", + "dependencies": [ + "asmjit", + "cpuinfo", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |