mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
f08f5fc850
Co-authored-by: Petr Kobalicek <kobalicek.petr@gmail.com> Co-authored-by: Stephen Eckels <stevemk14ebr@gmail.com>
22 lines
454 B
JSON
22 lines
454 B
JSON
{
|
|
"name": "fbgemm",
|
|
"version": "0.4.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|