mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:49:44 +08:00
1ee6b340a3
* [flashlight-cuda] Update port * Ran x-add-version --overwrite-version * remove usage, use vcpkg_fixup_cmake_targets * overwrite version * remove usage install * overwrite version * update port version * x-add-version * Update baseline version Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
95 lines
1.8 KiB
JSON
95 lines
1.8 KiB
JSON
{
|
|
"name": "flashlight-cuda",
|
|
"version": "0.3",
|
|
"port-version": 1,
|
|
"description": "A C++ standalone library for machine learning. CUDA backend.",
|
|
"homepage": "https://github.com/facebookresearch/flashlight",
|
|
"supports": "!(windows | osx)",
|
|
"default-features": [
|
|
"fl"
|
|
],
|
|
"features": {
|
|
"asr": {
|
|
"description": "flashlight asr app",
|
|
"dependencies": [
|
|
{
|
|
"name": "flashlight-cuda",
|
|
"features": [
|
|
"fl",
|
|
"lib"
|
|
]
|
|
},
|
|
"gflags",
|
|
"libsndfile"
|
|
]
|
|
},
|
|
"fl": {
|
|
"description": "flashlight core autograd and neural net library",
|
|
"dependencies": [
|
|
{
|
|
"name": "arrayfire",
|
|
"features": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"cereal",
|
|
"cuda",
|
|
"cudnn",
|
|
"nccl",
|
|
"openmpi",
|
|
"stb"
|
|
]
|
|
},
|
|
"imgclass": {
|
|
"description": "flashlight image classification app",
|
|
"dependencies": [
|
|
{
|
|
"name": "flashlight-cuda",
|
|
"features": [
|
|
"fl",
|
|
"lib"
|
|
]
|
|
},
|
|
"gflags"
|
|
]
|
|
},
|
|
"lib": {
|
|
"description": "flashlight libraries",
|
|
"dependencies": [
|
|
"cub",
|
|
"cuda",
|
|
"fftw3",
|
|
"intel-mkl",
|
|
"kenlm"
|
|
]
|
|
},
|
|
"lm": {
|
|
"description": "flashlight lm app",
|
|
"dependencies": [
|
|
{
|
|
"name": "flashlight-cuda",
|
|
"features": [
|
|
"fl",
|
|
"lib"
|
|
]
|
|
},
|
|
"gflags"
|
|
]
|
|
},
|
|
"objdet": {
|
|
"description": "flashlight object detection app",
|
|
"dependencies": [
|
|
{
|
|
"name": "flashlight-cuda",
|
|
"features": [
|
|
"fl",
|
|
"imgclass",
|
|
"lib"
|
|
]
|
|
},
|
|
"gflags"
|
|
]
|
|
}
|
|
}
|
|
}
|