From b784b713b5c07d922e4938c14b06cec7ca3e8286 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Wed, 30 Jul 2008 09:27:02 +0300 Subject: [PATCH] Remove tvflash support from OFED-1.4. Signed-off-by: Vladimir Sokolovsky --- install.pl | 31 +------------------------------ uninstall.sh | 2 +- 2 files changed, 2 insertions(+), 31 deletions(-) diff --git a/install.pl b/install.pl index 58009c1..4866777 100755 --- a/install.pl +++ b/install.pl @@ -301,7 +301,7 @@ my @user_packages = ("libibverbs", "libibverbs-devel", "libibverbs-devel-static" "opensm", "opensm-libs", "opensm-devel", "opensm-debuginfo", "opensm-static", "compat-dapl", "compat-dapl-devel", "dapl", "dapl-devel", "dapl-devel-static", "dapl-utils", "dapl-debuginfo", - "perftest", "mstflint", "tvflash", + "perftest", "mstflint", "qlvnictools", "sdpnetstat", "srptools", "rds-tools", "ibutils", "infiniband-diags", "qperf", "qperf-debuginfo", "ofed-docs", "ofed-scripts", "tgt-generic", @mpi_packages @@ -806,21 +806,6 @@ my %packages_info = ( ofa_req_inst => [], install32 => 0, exception => 0 }, - 'tvflash' => - { name => "tvflash", parent => "tvflash", - selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, - available => 1, mode => "user", dist_req_build => ["pciutils-devel"], - dist_req_inst => [], ofa_req_build => [], - ofa_req_inst => [], - install32 => 0, exception => 0, configure_options => '' }, - 'tvflash-debuginfo' => - { name => "tvflash-debuginfo", parent => "tvflash", - selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, - available => 1, mode => "user", dist_req_build => [], - dist_req_inst => [], ofa_req_build => [], - ofa_req_inst => [], - install32 => 0, exception => 0 }, - 'ibvexdmtools' => { name => "ibvexdmtools", parent => "qlvnictools", selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, @@ -1690,10 +1675,6 @@ sub set_availability $packages_info{'mpitests_openmpi_intel'}{'available'} = 1; } - if (is_installed('openSUSE-release')) { - $packages_info{'tvflash'}{'available'} = 0; - } - # debuginfo RPM currently are not supported on SuSE if ($distro eq 'SuSE') { for my $package (@all_packages) { @@ -2787,11 +2768,6 @@ sub build_rpm $fflags = " -g -O2"; $ldlibs = " -g -O2"; } - elsif ($distro eq "redhat" and $parent eq "tvflash") { - build_rpm_32($name); - $packages_info{$name}{'rpm_exist'} = 1; - return; - } else { $ldflags .= " $optflags -m64 -g -O2 -L/usr/lib64"; $cflags .= " $optflags -m64 -g -O2"; @@ -3256,11 +3232,6 @@ sub install_rpm } } - if ($arch eq "ppc64" and $distro eq "redhat" and $name =~ m/tvflash/) { - install_rpm_32($name); - return; - } - my $version = $main_packages{$packages_info{$name}{'parent'}}{'version'}; my $release = $main_packages{$packages_info{$name}{'parent'}}{'release'}; diff --git a/uninstall.sh b/uninstall.sh index b9ac14a..0d381b4 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -77,7 +77,7 @@ IB_ALL_PACKAGES="$IB_ALL_PACKAGES libibmad libibmad-devel libibmad-static libibm 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" -IB_ALL_PACKAGES="$IB_ALL_PACKAGES perftest perftest-debuginfo mstflint mstflint-debuginfo tvflash tvflash-debuginfo" +IB_ALL_PACKAGES="$IB_ALL_PACKAGES perftest perftest-debuginfo mstflint mstflint-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES compat-dapl compat-dapl-devel compat-dapl-devel-static compat-dapl-utils compat-dapl-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES dapl dapl-devel dapl-devel-static dapl-utils dapl-debuginfo" IB_ALL_PACKAGES="$IB_ALL_PACKAGES qlvnictools qlvnictools-debuginfo ibvexdmtools ibvexdmtools-debuginfo qlgc_vnic_daemon sdpnetstat sdpnetstat-debuginfo" -- 2.46.0