vcpkg/ports/fbgemm/vcpkg.json

21 lines
429 B
JSON
Raw Normal View History

{
"name": "fbgemm",
"version-date": "2021-03-18",
"port-version": 2,
"description": "FB (Facebook) + GEMM (General Matrix-Matrix Multiplication)",
"homepage": "https://code.fb.com/ml-applications/fbgemm/",
"supports": "!(x86 | uwp)",
"dependencies": [
"asmjit",
"cpuinfo",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}