1
1

Merge pull request #1048 from miked-mellanox/topic/plat_ucx

BUILD: update mellanox platform file
Этот коммит содержится в:
Mike Dubman 2015-10-21 14:33:51 +03:00
родитель 8490a96f22 cdffe4f92d
Коммит d5d8429a25

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

@ -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