From: Vladimir Sokolovsky Date: Tue, 30 Oct 2007 12:06:56 +0000 (+0200) Subject: install.pl: flex and bison are required to build opensm RPM. X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a7ccec435fd52bf0cf6faa95344f284eb41eae78;p=~aditr%2Fofed_scripts.git install.pl: flex and bison are required to build opensm RPM. Signed-off-by: Vladimir Sokolovsky --- diff --git a/install.pl b/install.pl index e3769e0..09386e8 100755 --- a/install.pl +++ b/install.pl @@ -652,7 +652,7 @@ my %packages_info = ( 'opensm' => { name => "opensm", parent => "opensm", selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, - available => 1, mode => "user", dist_req_build => [], + available => 1, mode => "user", dist_req_build => ["bison", "flex"], dist_req_inst => [], ofa_req_build => ["libibumad-devel"], ofa_req_inst => ["opensm-libs"], install32 => 0, exception => 0, configure_options => '' },