mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:49:00 +08:00
120f81c4d4
* [kenlm] Update port * x-add-version * remove unused patches * Overwrite version * Use imported targets for Boost to fix build issue on Windows * Update ports/kenlm/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update version * Update versions/k-/kenlm.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> --------- Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
39 lines
753 B
JSON
39 lines
753 B
JSON
{
|
|
"name": "kenlm",
|
|
"version": "20230531",
|
|
"description": "KenLM: Faster and Smaller Language Model Queries",
|
|
"license": "LGPL-2.1",
|
|
"supports": "!(arm64 & windows)",
|
|
"dependencies": [
|
|
"boost-interprocess",
|
|
"boost-program-options",
|
|
"boost-ptr-container",
|
|
"boost-system",
|
|
"boost-test",
|
|
"boost-thread",
|
|
"bzip2",
|
|
"liblzma",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"interpolate": {
|
|
"description": "Build interpolation program",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "eigen3",
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|