mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
[hwloc] update to 2.11.2 (#41359)
This commit is contained in:
parent
42e17b4ce9
commit
2a2e7b87bc
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO open-mpi/hwloc
|
||||
REF "hwloc-${VERSION}"
|
||||
SHA512 e49ccb8ccaf7ce29cf46a99b1fc725dfcb2ac7e5f35ffd8d9bc7f085dae3de73840427efa9fdd38555e389dd948e7cd613481309fbb6e9dac6dc52db5c5da24c
|
||||
SHA512 1ed47955d4a3ecf66636f1c5a89648ef055aa4f26fac9b9bc64d6f7715d671dc823337ebf38df53d60b50d697eccadfbd48d28b4540a5153c59d7eecd347f91c
|
||||
PATCHES
|
||||
fix_shared_win_build.patch
|
||||
stdout_fileno.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "hwloc",
|
||||
"version": "2.10.0",
|
||||
"port-version": 1,
|
||||
"version": "2.11.2",
|
||||
"maintainers": "bgoglin<Brice.Goglin@inria.fr>",
|
||||
"description": [
|
||||
"Portable Hardware Locality (hwloc)",
|
||||
|
@ -3525,8 +3525,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"hwloc": {
|
||||
"baseline": "2.10.0",
|
||||
"port-version": 1
|
||||
"baseline": "2.11.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"hyperscan": {
|
||||
"baseline": "5.4.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4b14fa65f32abe3d816a08d5d37aaf183372338c",
|
||||
"version": "2.11.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c4ef98fd8710fdbedc145a628206d7dbb72e8c22",
|
||||
"version": "2.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user