Skip to content

Commit

Permalink
[libleidenalg] update version to 0.11.1 (microsoft#41859)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankXie05 authored Oct 31, 2024
1 parent 6223359 commit 4e6dd38
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/libleidenalg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO vtraag/libleidenalg
REF "${VERSION}"
SHA512 a3077592b68cb6fd9bc24127898a64576982b608ff3c123e8b1c7ea1b8da2dfb302123fba64cbf93c16b9310ab42199ddc8de5efa5b6606dd49ee47f074f7f2f
SHA512 254b5454086683af3655c7e0e18cca8c24ceb899e0614940ab84a50fb2eea57d1b6409eb19a92976758b4d3066c86b643512356eb38d33311c80ff701381c433
HEAD_REF main
)

vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")

vcpkg_cmake_install()

vcpkg_cmake_config_fixup()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

Expand Down
3 changes: 1 addition & 2 deletions ports/libleidenalg/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libleidenalg",
"version": "0.10.0",
"port-version": 1,
"version": "0.11.1",
"maintainers": "Andrew Robbins <[email protected]>",
"description": "Leiden is a general algorithm for methods of community detection in large networks.",
"homepage": "https://github.com/vtraag/libleidenalg",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4717,8 +4717,8 @@
"port-version": 2
},
"libleidenalg": {
"baseline": "0.10.0",
"port-version": 1
"baseline": "0.11.1",
"port-version": 0
},
"liblemon": {
"baseline": "2019-06-13",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libleidenalg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "823c09a7bf91a6c9da357016c0d4a919b519d625",
"version": "0.11.1",
"port-version": 0
},
{
"git-tree": "54e658de6b5148a82e4f7ef8e56e5d56db8deedb",
"version": "0.10.0",
Expand Down

0 comments on commit 4e6dd38

Please sign in to comment.