vcpkg/ports/flashlight-sequence/vcpkg.json
Jacob Kahn c35a7c03fe
[flashlight-sequence] New port (#31914)
* [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>
2023-06-13 13:40:25 -07:00

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"
}
}
}