hwloc with new version 2.5.0
https://download.open-mpi.org/release/hwloc/v2.5/hwloc-2.5.0.tar.bz2
This commit is contained in:
parent
e3480528ee
commit
426cf349ae
1 changed files with 2 additions and 2 deletions
|
@ -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 ..
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue