mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
20 lines
411 B
JSON
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
|
|
}
|
|
]
|
|
}
|