Skip to content

Commit

Permalink
Merge pull request #10120 from tvegas1/dpkg_explicit
Browse files Browse the repository at this point in the history
BUILD/DEBIAN: Configure UCX explicitly as dpkg-buildpackage fails otherwise
  • Loading branch information
yosefe authored Sep 11, 2024
2 parents 8291e40 + ed693f6 commit 51a4c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ XPMEM_OPT = $(shell echo ${DEB_BUILD_PROFILES} | grep -qw xpmem \

override_dh_auto_configure:
./contrib/configure-release-mt --prefix=/usr \
--with-rdmacm --with-verbs --with-mlx5 --enable-cma \
--enable-examples --without-java --without-go \
$(CUDA_OPT) $(XPMEM_OPT)
chmod +x debian/rules
Expand Down

0 comments on commit 51a4c5a

Please sign in to comment.