From b24b4d318327a4f749ec0ef071ad2f89b34470fc Mon Sep 17 00:00:00 2001 From: Avneesh Pant Date: Thu, 20 May 2010 17:38:29 +0300 Subject: [PATCH] Add infinipath-psm package support Signed-off-by: Avneesh Pant --- install.pl | 20 ++++++++++++++++++-- uninstall.sh | 1 + 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/install.pl b/install.pl index 70567c5..c5ec1aa 100755 --- a/install.pl +++ b/install.pl @@ -322,7 +322,8 @@ my @prev_ofed_packages = ( "openib-diags", "openib-mstflint", "openib-perftest", "openib-srptools", "openib-tvflash", "openmpi", "openmpi-devel", "openmpi-libs", "ibutils", "ibutils-devel", "ibutils-libs", - "libnes", "libnes-devel" + "libnes", "libnes-devel", + "infinipath-psm", "infinipath-psm-devel" ); @@ -387,7 +388,8 @@ my @user_packages = ("libibverbs", "libibverbs-devel", "libibverbs-devel-static" "perftest", "mstflint", "qlvnictools", "sdpnetstat", "srptools", "rds-tools", "rnfs-utils", "ibutils", "infiniband-diags", "qperf", "qperf-debuginfo", - "ofed-docs", "ofed-scripts", "tgt-generic", @mpi_packages + "ofed-docs", "ofed-scripts", "tgt-generic", @mpi_packages, + "infinipath-psm", "infinipath-psm-devel" ); my @basic_kernel_packages = ("kernel-ib"); @@ -1331,6 +1333,18 @@ my %packages_info = ( dist_req_inst => [], ofa_req_build => [], ofa_req_inst => [], install32 => 0, exception => 0 }, + 'infinipath-psm' => + { name => "infinipath-psm", parent=> "infinipath-psm", + selected => 0, installed => 0, rpm_exits => 0, rpm_exists32 => 0, + available => 1, mode => "user", dist_req_build => [], + dist_req_inst => [], ofa_req_build => [], + ofa_req_inst => [], install32 => 0, exception => 0 }, + 'infinipath-psm-devel' => + { name => "infinipath-psm-devel", parent=> "infinipath-psm", + selected => 0, installed => 0, rpm_exits => 0, rpm_exists32 => 0, + available => 1, mode => "user", dist_req_build => [], + dist_req_inst => [], ofa_req_build => [], + ofa_req_inst => ["infinipath-psm"], install32 => 0, exception => 0 }, ); @@ -1695,6 +1709,8 @@ sub set_availability $packages_info{'libipathverbs'}{'available'} = 1; $packages_info{'libipathverbs-devel'}{'available'} = 1; $packages_info{'libipathverbs-debuginfo'}{'available'} = 1; + $packages_info{'InfiniPath-PSM'}{'available'} = 1; + $packages_info{'InfiniPath-PSM-devel'}{'available'} = 1; } # Iser diff --git a/uninstall.sh b/uninstall.sh index 44488ed..6dba710 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -92,6 +92,7 @@ IB_ALL_PACKAGES="$IB_ALL_PACKAGES ibsim ibsim-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES ibutils ibutils-debuginfo ibutils-libs ibutils-devel infiniband-diags infiniband-diags-debuginfo qperf qperf-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES openib-mstflint openib-tvflash openib-srptools openib-perftest" IB_ALL_PACKAGES="$IB_ALL_PACKAGES ofed-docs ofed-scripts" +IB_ALL_PACKAGES="$IB_ALL_PACKAGES infinipath-psm infinipath-psm-devel" ALL_PACKAGES="$IB_ALL_PACKAGES mvapich mvapich2 openmpi openmpi-libs openmpi-devel mpitests mft" -- 2.46.0