Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/hwloc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open-mpi/hwloc
REF "hwloc-${VERSION}"
SHA512 1ed47955d4a3ecf66636f1c5a89648ef055aa4f26fac9b9bc64d6f7715d671dc823337ebf38df53d60b50d697eccadfbd48d28b4540a5153c59d7eecd347f91c
SHA512 e989b852a96bbe5d567e8a84b022ecd91a8b7577d211e2d4403938d1cc285f2ee4653bfbb952201481b904eb24d59a97cf71147acedb65d8f675f69798622b86
PATCHES
fix_shared_win_build.patch
stdout_fileno.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/hwloc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hwloc",
"version": "2.11.2",
"version": "2.12.2",
"maintainers": "bgoglin<Brice.Goglin@inria.fr>",
"description": [
"Portable Hardware Locality (hwloc)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3813,7 +3813,7 @@
"port-version": 1
},
"hwloc": {
"baseline": "2.11.2",
"baseline": "2.12.2",
"port-version": 0
},
"hyperscan": {
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hwloc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f73360ab5454cd7af91a2732c1c2694b77b9430d",
"version": "2.12.2",
"port-version": 0
},
{
"git-tree": "4b14fa65f32abe3d816a08d5d37aaf183372338c",
"version": "2.11.2",
Expand Down
Loading