From 426cf349ae777ae36af41c0b31867c5ff17987a5 Mon Sep 17 00:00:00 2001 From: Vyapaari <62232727+vyapaari@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:24:57 +0530 Subject: [PATCH] hwloc with new version 2.5.0 https://download.open-mpi.org/release/hwloc/v2.5/hwloc-2.5.0.tar.bz2 --- scripts/build.hwloc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.hwloc.sh b/scripts/build.hwloc.sh index 66809075..93cdfaa9 100755 --- a/scripts/build.hwloc.sh +++ b/scripts/build.hwloc.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -HWLOC_VERSION="2.4.1" +HWLOC_VERSION="2.5.0" mkdir -p deps mkdir -p deps/include @@ -16,4 +16,4 @@ cd hwloc-${HWLOC_VERSION} make -j$(nproc || sysctl -n hw.ncpu || sysctl -n hw.logicalcpu) cp -fr include ../../deps cp hwloc/.libs/libhwloc.a ../../deps/lib -cd .. \ No newline at end of file +cd ..