Skip to content

Commit

Permalink
Removed libnuma
Browse files Browse the repository at this point in the history
  • Loading branch information
j34ni committed Oct 27, 2024
1 parent a63db5b commit dd1225c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 3 additions & 9 deletions recipes/libfabric/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@ set -ex

export CC=$(basename "$CC")

build_with_numa=""
build_with_libnl=""
if [[ "$target_platform" == linux-* ]]; then
echo "Build with numa and libnl support"
build_with_numa=" --with-numa=$PREFIX "
echo "Build with libnl support"
build_with_libnl=" --with-libnl=$PREFIX "
fi

echo "==============================================="
./configure --help
echo "==============================================="

./configure --prefix=$PREFIX \
$build_with_numa \
$build_with_libnl \
--disable-static \
--disable-psm3
--disable-psm3 \
--disable-opx

make -j"${CPU_COUNT}"

Expand Down
1 change: 0 additions & 1 deletion recipes/libfabric/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ requirements:
host:
- curl
- libnl # [linux]
- libnuma # [linux]
- rdma-core # [linux]
run:

Expand Down

0 comments on commit dd1225c

Please sign in to comment.