Merge pull request #1048 from miked-mellanox/topic/plat_ucx
BUILD: update mellanox platform file
Этот коммит содержится в:
Коммит
d5d8429a25
@ -18,6 +18,11 @@ fi
|
|||||||
|
|
||||||
if [ "$mellanox_autodetect" == "yes" ]; then
|
if [ "$mellanox_autodetect" == "yes" ]; then
|
||||||
|
|
||||||
|
ucx_dir=${ucx_dir:="$(pkg-config --variable=prefix ucx)"}
|
||||||
|
if [ -d $ucx_dir ]; then
|
||||||
|
with_ucx=$ucx_dir
|
||||||
|
fi
|
||||||
|
|
||||||
mxm_dir=${mxm_dir:="$(pkg-config --variable=prefix mxm)"}
|
mxm_dir=${mxm_dir:="$(pkg-config --variable=prefix mxm)"}
|
||||||
if [ -d $mxm_dir ]; then
|
if [ -d $mxm_dir ]; then
|
||||||
with_mxm=$mxm_dir
|
with_mxm=$mxm_dir
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user