diff --git a/scripts/build.hwloc.sh b/scripts/build.hwloc.sh index 326b6640..216f3af2 100755 --- a/scripts/build.hwloc.sh +++ b/scripts/build.hwloc.sh @@ -8,8 +8,8 @@ mkdir -p deps/lib mkdir -p build && cd build -wget https://download.open-mpi.org/release/hwloc/v2.2/hwloc-${HWLOC_VERSION}.tar.bz2 -O hwloc-${HWLOC_VERSION}.tar.bz2 -tar -xjf hwloc-${HWLOC_VERSION}.tar.bz2 +wget https://download.open-mpi.org/release/hwloc/v2.2/hwloc-${HWLOC_VERSION}.tar.gz -O hwloc-${HWLOC_VERSION}.tar.gz +tar -xzf hwloc-${HWLOC_VERSION}.tar.gz cd hwloc-${HWLOC_VERSION} ./configure --disable-shared --enable-static --disable-io --disable-libudev --disable-libxml2