Removed bzip2 dependency for hwloc build.
This commit is contained in:
parent
a354e9d217
commit
9a6b8594f3
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ mkdir -p deps/lib
|
||||||
|
|
||||||
mkdir -p build && cd build
|
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
|
wget https://download.open-mpi.org/release/hwloc/v2.2/hwloc-${HWLOC_VERSION}.tar.gz -O hwloc-${HWLOC_VERSION}.tar.gz
|
||||||
tar -xjf hwloc-${HWLOC_VERSION}.tar.bz2
|
tar -xzf hwloc-${HWLOC_VERSION}.tar.gz
|
||||||
|
|
||||||
cd hwloc-${HWLOC_VERSION}
|
cd hwloc-${HWLOC_VERSION}
|
||||||
./configure --disable-shared --enable-static --disable-io --disable-libudev --disable-libxml2
|
./configure --disable-shared --enable-static --disable-io --disable-libudev --disable-libxml2
|
||||||
|
|
Loading…
Reference in a new issue