We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a5814 commit aa83b9bCopy full SHA for aa83b9b
1 file changed
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2022-2025 Intel Corporation
+# Copyright (C) 2022-2026 Intel Corporation
2
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
@@ -277,7 +277,7 @@ if(UMF_LINK_HWLOC_STATICALLY)
277
set(UMF_HWLOC_REPO "https://github.com/open-mpi/hwloc.git")
278
endif()
279
if(NOT DEFINED UMF_HWLOC_TAG)
280
- set(UMF_HWLOC_TAG hwloc-2.10.0)
+ set(UMF_HWLOC_TAG hwloc-2.13.0)
281
282
283
message(
0 commit comments