We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4245d6 + d95cffa commit 8e00524Copy full SHA for 8e00524
contrib/platform/mellanox/optimized
@@ -18,6 +18,11 @@ fi
18
19
if [ "$mellanox_autodetect" == "yes" ]; then
20
21
+ ucx_dir=${ucx_dir:="$(pkg-config --variable=prefix ucx)"}
22
+ if [ -d $ucx_dir ]; then
23
+ with_ucx=$ucx_dir
24
+ fi
25
+
26
mxm_dir=${mxm_dir:="$(pkg-config --variable=prefix mxm)"}
27
if [ -d $mxm_dir ]; then
28
with_mxm=$mxm_dir
0 commit comments