Skip to content

Commit

Permalink
Adjust portfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell Xu committed Feb 13, 2025
1 parent 252a6aa commit d34bc4e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ports/hdbscan/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
vcpkg_from_git(
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
URL "https://github.com/ooraloo/hdbscan-cpp-vcpkg"
REF "382c494ecdda557a9a1bf5e0d700d45b9e8decf7"
FETCH_REF "master"
REPO ooraloo/hdbscan-cpp-vcpkg
REF "v${VERSION}"
SHA512 3aa8a51fb625728d200d6c3384b1984900ccd7a0fac8245d5843375bb7840799509f226d5a0b1773637a336ead21d1e221fe0059fa9eda37b9464a35c4b44699
HEAD_REF "master"
)

vcpkg_cmake_configure(
Expand Down

0 comments on commit d34bc4e

Please sign in to comment.