[hwloc] update to 2.11.2 (#41359)

This commit is contained in:
Jia Yue Hua 2024-10-08 03:11:17 +08:00 committed by GitHub
parent 42e17b4ce9
commit 2a2e7b87bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO open-mpi/hwloc REPO open-mpi/hwloc
REF "hwloc-${VERSION}" REF "hwloc-${VERSION}"
SHA512 e49ccb8ccaf7ce29cf46a99b1fc725dfcb2ac7e5f35ffd8d9bc7f085dae3de73840427efa9fdd38555e389dd948e7cd613481309fbb6e9dac6dc52db5c5da24c SHA512 1ed47955d4a3ecf66636f1c5a89648ef055aa4f26fac9b9bc64d6f7715d671dc823337ebf38df53d60b50d697eccadfbd48d28b4540a5153c59d7eecd347f91c
PATCHES PATCHES
fix_shared_win_build.patch fix_shared_win_build.patch
stdout_fileno.patch stdout_fileno.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "hwloc", "name": "hwloc",
"version": "2.10.0", "version": "2.11.2",
"port-version": 1,
"maintainers": "bgoglin<Brice.Goglin@inria.fr>", "maintainers": "bgoglin<Brice.Goglin@inria.fr>",
"description": [ "description": [
"Portable Hardware Locality (hwloc)", "Portable Hardware Locality (hwloc)",

View File

@ -3525,8 +3525,8 @@
"port-version": 1 "port-version": 1
}, },
"hwloc": { "hwloc": {
"baseline": "2.10.0", "baseline": "2.11.2",
"port-version": 1 "port-version": 0
}, },
"hyperscan": { "hyperscan": {
"baseline": "5.4.2", "baseline": "5.4.2",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "4b14fa65f32abe3d816a08d5d37aaf183372338c",
"version": "2.11.2",
"port-version": 0
},
{ {
"git-tree": "c4ef98fd8710fdbedc145a628206d7dbb72e8c22", "git-tree": "c4ef98fd8710fdbedc145a628206d7dbb72e8c22",
"version": "2.10.0", "version": "2.10.0",