aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ltla-cppirlba/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/ltla-cppirlba/vcpkg.json')
-rw-r--r--vcpkg/ports/ltla-cppirlba/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/ltla-cppirlba/vcpkg.json b/vcpkg/ports/ltla-cppirlba/vcpkg.json
new file mode 100644
index 0000000..484b00d
--- /dev/null
+++ b/vcpkg/ports/ltla-cppirlba/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "ltla-cppirlba",
+ "version": "2.0.2",
+ "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",
+ "ltla-subpar",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}