Skip to content
Draft
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 d9634d245c678c525aa55e89da6ae9406f05329958047fff55bdbd58bf2ada29d21800892b771064ad8140af20430d6d0f63e24b819b57730b47b255a3787f87
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.13.0",
"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 @@ -3857,7 +3857,7 @@
"port-version": 1
},
"hwloc": {
"baseline": "2.11.2",
"baseline": "2.13.0",
"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": "c7d5031053f5ea5d70905479070aad63676917b6",
"version": "2.13.0",
"port-version": 0
},
{
"git-tree": "4b14fa65f32abe3d816a08d5d37aaf183372338c",
"version": "2.11.2",
Expand Down
Loading