vcpkg/ports/ltla-cppirlba/vcpkg.json

20 lines
411 B
JSON
Raw Normal View History

2023-05-14 03:45:36 +08:00
{
"name": "ltla-cppirlba",
"version-date": "2023-09-20",
2023-05-14 03:45:36 +08:00
"description": "A C++ port of the IRLBA algorithm, based on the C code in the R package.",
"homepage": "https://github.com/LTLA/CppIrlba",
"license": "MIT",
"dependencies": [
"eigen3",
"ltla-aarand",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}