mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
c35a7c03fe
* [flashlight-sequence] New port * Update version database * Temporarily switch to fork to test OpenMP configurability * Update version database * Update origin to 0.0.1 tag * Update ports/flashlight-sequence/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update version --------- Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
29 lines
599 B
JSON
29 lines
599 B
JSON
{
|
|
"name": "flashlight-sequence",
|
|
"version": "0.0.1",
|
|
"description": "Flashlight Sequence is a library containing fast implementations of sequence loss algorithms.",
|
|
"homepage": "https://github.com/flashlight/sequence",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cuda": {
|
|
"description": "Build CUDA components",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"openmp": {
|
|
"description": "Build with OpenMP"
|
|
}
|
|
}
|
|
}
|