mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:13:10 +08:00
229c0c7ef4
* update asmjit, fbgemm, polyhook2, start asmtk * fix error LNK2019 and update version * update version * version * NEW SHA * revert fbgemm * format * v db * new function * v db * update fbgemm version to 0.4.1 to fix asmjit * v db --------- Co-authored-by: FrankXie <v-frankxie@microsoft.com>
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"name": "fbgemm",
|
|
"version": "0.4.1",
|
|
"description": "FB (Facebook) + GEMM (General Matrix-Matrix Multiplication)",
|
|
"homepage": "https://code.fb.com/ml-applications/fbgemm/",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!(x86 | uwp)",
|
|
"dependencies": [
|
|
"asmjit",
|
|
"cpuinfo",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|