[ewg] [PATCH] ofed_scripts/install.pl: add dist_req_build for opensm-libs
Sasha Khapyorsky
sashak at voltaire.com
Sun Feb 17 11:15:55 PST 2008
Add dist_req_build for opensm-libs package - this should be same as for
opensm, because its build is similar.
Without this ofed_1_3 build where only opensm-libs was selected
(sometimes implicitly) fails in build time on machine where bison is
not installed.
Signed-off-by: Sasha Khapyorsky <sashak at voltaire.com>
---
install.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install.pl b/install.pl
index e9ea645..eed0dc5 100755
--- a/install.pl
+++ b/install.pl
@@ -683,7 +683,7 @@ my %packages_info = (
'opensm-libs' =>
{ name => "opensm-libs", 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 => ["libibumad"],
install32 => 1, exception => 0 },
--
1.5.4.rc2.60.gb2e62
More information about the ewg
mailing list