Skip to content

Commit 7621eb8

Browse files
authored
Update setup_ice_irdma.sh
Update setup_ice_irdma.sh - added option description for `setup_ice_irdma.sh all` option - added dependencies install for `get-irdma` when used without `all` Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
1 parent 904ba3c commit 7621eb8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/setup_ice_irdma.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ function print_usage()
1313
log_info ""
1414
log_info "Options:"
1515
log_info ""
16+
log_info "\tall"
17+
log_info "\t\t get, build, and install whole stack."
1618
log_info "\tget-ice"
1719
log_info "\t\t get, build, and install ice, rdma, and irdma drivers stack."
1820
log_info "\tget-irdma"
@@ -42,7 +44,6 @@ function install_os_dependencies()
4244
cmake \
4345
cython3 \
4446
debhelper \
45-
dh-systemd \
4647
dh-python \
4748
dpkg-dev \
4849
libnl-3-dev \
@@ -291,6 +292,9 @@ then
291292
fi
292293
fi
293294
if [[ "${1}" == "get-irdma" || "${1}" == "all" ]]; then
295+
if [[ "${1}" == "get-irdma" ]]; then
296+
install_os_dependencies
297+
fi
294298
build_install_and_config_irdma_drivers && \
295299
config_intel_rdma_driver && \
296300
lib_install_fabrics

0 commit comments

Comments
 (0)