1
1

BUILD: update mellanox platform file

add support for UCX
Этот коммит содержится в:
Mike Dubman 2015-10-21 11:39:30 +03:00
родитель 8490a96f22
Коммит cdffe4f92d

Просмотреть файл

@ -18,6 +18,11 @@ fi
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)"}
if [ -d $mxm_dir ]; then
with_mxm=$mxm_dir