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:
Vyapaari 2021-08-24 17:24:57 +05:30 committed by GitHub
parent e3480528ee
commit 426cf349ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/bin/bash -e #!/bin/bash -e
HWLOC_VERSION="2.4.1" HWLOC_VERSION="2.5.0"
mkdir -p deps mkdir -p deps
mkdir -p deps/include mkdir -p deps/include
@ -16,4 +16,4 @@ cd hwloc-${HWLOC_VERSION}
make -j$(nproc || sysctl -n hw.ncpu || sysctl -n hw.logicalcpu) make -j$(nproc || sysctl -n hw.ncpu || sysctl -n hw.logicalcpu)
cp -fr include ../../deps cp -fr include ../../deps
cp hwloc/.libs/libhwloc.a ../../deps/lib cp hwloc/.libs/libhwloc.a ../../deps/lib
cd .. cd ..