From 2cd815501c184efb1e0629609cb5a0011462dfe2 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Tue, 13 Oct 2015 18:38:57 +0300 Subject: [PATCH] infinipath-psm depends on libibscif when '--with-xeon-phi' used Signed-off-by: Vladimir Sokolovsky --- install.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.pl b/install.pl index ae48211..cbfe6ba 100755 --- a/install.pl +++ b/install.pl @@ -2812,6 +2812,12 @@ sub select_dependent { my $package = shift @_; + if ($package eq "infinipath-psm" and $with_xeon_phi) { + push($packages_info{$package}{'ofa_req_build'}, "libibscif-devel"); + push($packages_info{$package}{'ofa_req_inst'}, "libibscif"); + } + + if ( (not $packages_info{$package}{'rpm_exist'}) or ($build32 and not $packages_info{$package}{'rpm_exist32'}) ) { for my $req ( @{ $packages_info{$package}{'ofa_req_build'} } ) { -- 2.46.0