Skip to content

Commit

Permalink
build: Add --enable-neuron to distcheck flags
Browse files Browse the repository at this point in the history
Distcheck was broken for Neuron builds, not because of any functional
issue but the build flag to enable neuron was not passed through to
automake.

Signed-off-by: Raghu Raja <raghunch@amazon.com>
  • Loading branch information
rajachan committed Feb 28, 2024
1 parent 02dc354 commit 51cac32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/check_pkg_neuron.m4
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ AC_DEFUN([CHECK_PKG_NEURON], [
AS_IF([test "${enable_neuron}" = "yes"],
[check_pkg_define=1
NCCL_NET_OFI_DISTCHCK_CONFIGURE_FLAGS="$NCCL_NET_OFI_DISTCHCK_CONFIGURE_FLAGS --enable-neuron"
$1],
[check_pkg_define=0
$2])
Expand Down

0 comments on commit 51cac32

Please sign in to comment.