From 8449485c9f27d5b9d81c0fb9a7ec8d918e784444 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Sun, 7 Oct 2007 17:45:18 +0200 Subject: [PATCH] Added libibcommon-static, libibumad-static and libibmad-static packages. Signed-off-by: Vladimir Sokolovsky --- install.pl | 27 ++++++++++++++++++++++++--- uninstall.sh | 6 +++--- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/install.pl b/install.pl index 82771cd..366ab1b 100755 --- a/install.pl +++ b/install.pl @@ -247,9 +247,9 @@ my @user_packages = ("libibverbs", "libibverbs-devel", "libibverbs-devel-static" "libnes", "libnes-devel-static", "libnes-debuginfo", "libipathverbs", "libipathverbs-devel", "libipathverbs-debuginfo", "libibcm", "libibcm-devel", "libibcm-debuginfo", - "libibcommon", "libibcommon-devel", "libibcommon-debuginfo", - "libibumad", "libibumad-devel", "libibumad-debuginfo", - "libibmad", "libibmad-devel", "libibmad-debuginfo", + "libibcommon", "libibcommon-devel", "libibcommon-static", "libibcommon-debuginfo", + "libibumad", "libibumad-devel", "libibumad-static", "libibumad-debuginfo", + "libibmad", "libibmad-devel", "libibmad-static", "libibmad-debuginfo", "librdmacm", "librdmacm-utils", "librdmacm-devel", "librdmacm-debuginfo", "libsdp", "libsdp-devel", "libsdp-debuginfo", "opensm", "opensm-libs", "opensm-devel", "opensm-debuginfo", "opensm-static", @@ -547,6 +547,13 @@ my %packages_info = ( dist_req_inst => [], ofa_req_build => ["libibverbs","libibverbs-devel"], ofa_req_inst => ["libibverbs", "libibcommon"], install32 => 1, exception => 0 }, + 'libibcommon-static' => + { name => "libibcommon-static", parent => "libibcommon", + selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, + available => 1, mode => "user", dist_req_build => [], + dist_req_inst => [], ofa_req_build => ["libibverbs","libibverbs-devel"], + ofa_req_inst => ["libibverbs", "libibcommon"], + install32 => 1, exception => 0 }, 'libibcommon-debuginfo' => { name => "libibcommon-debuginfo", parent => "libibcommon", selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, @@ -569,6 +576,13 @@ my %packages_info = ( dist_req_inst => [], ofa_req_build => ["libibverbs","libibcommon-devel"], ofa_req_inst => ["libibverbs", "libibcommon-devel", "libibumad"], install32 => 1, exception => 0 }, + 'libibumad-static' => + { name => "libibumad-static", parent => "libibumad", + selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, + available => 1, mode => "user", dist_req_build => [], + dist_req_inst => [], ofa_req_build => ["libibverbs","libibcommon-devel"], + ofa_req_inst => ["libibverbs", "libibcommon-devel", "libibumad"], + install32 => 1, exception => 0 }, 'libibumad-debuginfo' => { name => "libibumad-debuginfo", parent => "libibumad", selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, @@ -591,6 +605,13 @@ my %packages_info = ( dist_req_inst => [], ofa_req_build => ["libibumad-devel"], ofa_req_inst => ["libibmad", "libibumad-devel"], install32 => 1, exception => 0 }, + 'libibmad-static' => + { name => "libibmad-static", parent => "libibmad", + selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, + available => 1, mode => "user", dist_req_build => [], + dist_req_inst => [], ofa_req_build => ["libibumad-devel"], + ofa_req_inst => ["libibmad", "libibumad-devel"], + install32 => 1, exception => 0 }, 'libibmad-debuginfo' => { name => "libibmad-debuginfo", parent => "libibmad", selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, diff --git a/uninstall.sh b/uninstall.sh index 3930701..f5e882a 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -53,9 +53,9 @@ IB_ALL_PACKAGES="$IB_ALL_PACKAGES libcxgb3 libcxgb3-devel libcxgb3-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES libnes libnes-devel-static libnes-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES libipathverbs libipathverbs-devel libipathverbs-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES libibcm libibcm-devel libibcm-debuginfo" -IB_ALL_PACKAGES="$IB_ALL_PACKAGES libibcommon libibcommon-devel libibcommon-debuginfo" -IB_ALL_PACKAGES="$IB_ALL_PACKAGES libibumad libibumad-devel libibumad-debuginfo" -IB_ALL_PACKAGES="$IB_ALL_PACKAGES libibmad libibmad-devel libibmad-debuginfo" +IB_ALL_PACKAGES="$IB_ALL_PACKAGES libibcommon libibcommon-devel libibcommon-static libibcommon-debuginfo" +IB_ALL_PACKAGES="$IB_ALL_PACKAGES libibumad libibumad-devel libibumad-static libibumad-debuginfo" +IB_ALL_PACKAGES="$IB_ALL_PACKAGES libibmad libibmad-devel libibmad-static libibmad-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES librdmacm librdmacm-utils librdmacm-devel librdmacm-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES libsdp libsdp-devel libsdp-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES opensm opensm-libs opensm-devel opensm-debuginfo opensm-static" -- 2.41.0