aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ltla-cppkmeans/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/ltla-cppkmeans/vcpkg.json')
-rw-r--r--vcpkg/ports/ltla-cppkmeans/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/ltla-cppkmeans/vcpkg.json b/vcpkg/ports/ltla-cppkmeans/vcpkg.json
new file mode 100644
index 0000000..b50eb7a
--- /dev/null
+++ b/vcpkg/ports/ltla-cppkmeans/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "ltla-cppkmeans",
+ "version": "4.0.3",
+ "description": "C++ port of R's Hartigan-Wong implementation",
+ "homepage": "https://github.com/LTLA/CppKmeans",
+ "license": "MIT",
+ "dependencies": [
+ "ltla-aarand",
+ "ltla-sanisizer",
+ "ltla-subpar",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}