diff --git a/ports/hdbscan/vcpkg.json b/ports/hdbscan/vcpkg.json index dca54b6d34f6a8..1f990037566b97 100644 --- a/ports/hdbscan/vcpkg.json +++ b/ports/hdbscan/vcpkg.json @@ -1,17 +1,17 @@ -{ - "name": "hdbscan", - "version": "1.0.0", - "description": "A C++ implementation of HDBSCAN clustering adapted from https://github.com/rohanmohapatra/hdbscan-cpp", - "homepage": "https://github.com/ooraloo/hdbscan-cpp-vcpkg", - "license": "MIT", - "dependencies": [ - { - "name": "vcpkg-cmake", - "host": true - }, - { - "name": "vcpkg-cmake-config", - "host": true - } - ] -} \ No newline at end of file +{ + "name": "hdbscan", + "version": "1.0.0", + "description": "A C++ implementation of HDBSCAN clustering adapted from https://github.com/rohanmohapatra/hdbscan-cpp", + "homepage": "https://github.com/ooraloo/hdbscan-cpp-vcpkg", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 63237469f851b2..4af39c4b0217f7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3456,6 +3456,10 @@ "baseline": "5.3.0", "port-version": 1 }, + "hdbscan": { + "baseline": "1.0.0", + "port-version": 0 + }, "hdf5": { "baseline": "1.14.4.3", "port-version": 4 diff --git a/versions/h-/hdbscan.json b/versions/h-/hdbscan.json new file mode 100644 index 00000000000000..ba52d78f06e24d --- /dev/null +++ b/versions/h-/hdbscan.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "cadfc65c25a6b34861034eb24b654674e2d4868f", + "version": "1.0.0", + "port-version": 0 + } + ] +}