Skip to content

Commit

Permalink
Make libnuma optional
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Mar 13, 2024
1 parent 50532d0 commit 770251b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ do
patchelf --replace-needed libuct.so.0 $LIBUCT $f
patchelf --replace-needed libucs.so.0 $LIBUCS $f
patchelf --replace-needed libucm.so.0 $LIBUCM $f
patchelf --replace-needed libnuma.so.1 $LIBNUMA $f
if [[ -n "$LIBNUMA" ]]; then
patchelf --replace-needed libnuma.so.1 $LIBNUMA $f
fi
patchelf --add-rpath '$ORIGIN/..' $f
fi
done
Expand Down

0 comments on commit 770251b

Please sign in to comment.