vcpkg/ports/ltla-cppirlba/vcpkg.json
2023-10-09 15:33:03 -07:00

20 lines
411 B
JSON

{
"name": "ltla-cppirlba",
"version-date": "2023-09-20",
"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
}
]
}