From 1504931cb91634d330664685c47dc090d19d2f8a Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Mon, 16 Mar 2009 16:35:54 +0200 Subject: [PATCH] Added NFS-RDMA nfs-utils SRPM Signed-off-by: Jon Mason --- install.pl | 21 ++++++++++++++++++--- uninstall.sh | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/install.pl b/install.pl index 5e05e90..61964e0 100755 --- a/install.pl +++ b/install.pl @@ -349,7 +349,7 @@ my @user_packages = ("libibverbs", "libibverbs-devel", "libibverbs-devel-static" "compat-dapl", "compat-dapl-devel", "dapl", "dapl-devel", "dapl-devel-static", "dapl-utils", "dapl-debuginfo", "perftest", "mstflint", "tvflash", - "qlvnictools", "sdpnetstat", "srptools", "rds-tools", + "qlvnictools", "sdpnetstat", "srptools", "rds-tools", "rnfs-utils", "ibutils", "infiniband-diags", "qperf", "qperf-debuginfo", "ofed-docs", "ofed-scripts", "tgt-generic", @mpi_packages ); @@ -934,6 +934,21 @@ my %packages_info = ( ofa_req_inst => [], install32 => 0, exception => 0 }, + 'rnfs-utils' => + { name => "rnfs-utils", parent => "rnfs-utils", + 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, configure_options => '' }, + 'rnfs-utils-debuginfo' => + { name => "rnfs-utils-debuginfo", parent => "rnfs-utils", + 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 }, + 'rds-tools' => { name => "rds-tools", parent => "rds-tools", selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, @@ -2916,7 +2931,7 @@ sub build_rpm if ($parent eq "openmpi") { $openmpi_comp_env .= ' LDFLAGS="-m64 -O2 -L/usr/lib/gcc/powerpc64-suse-linux/4.1.2/64"'; } - if ($parent eq "sdpnetstat" or $parent eq "rds-tools") { + if ($parent eq "sdpnetstat" or $parent eq "rds-tools" or $parent eq "rnfs-utils") { $ldflags = " -g -O2"; $cflags = " -g -O2"; $cppflags = " -g -O2"; @@ -2926,7 +2941,7 @@ sub build_rpm } } else { - if ($parent eq "sdpnetstat" or $parent eq "rds-tools") { + if ($parent eq "sdpnetstat" or $parent eq "rds-tools" or $parent eq "rnfs-utils") { # Override compilation flags on RHEL 4.0 and 5.0 PPC64 $ldflags = " -g -O2"; $cflags = " -g -O2"; diff --git a/uninstall.sh b/uninstall.sh index d81d301..a8dda29 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -87,7 +87,7 @@ IB_ALL_PACKAGES="$IB_ALL_PACKAGES compat-dapl compat-dapl-devel compat-dapl-deve IB_ALL_PACKAGES="$IB_ALL_PACKAGES compat-dapl-1.2.5 compat-dapl-devel-1.2.5 compat-dapl-devel-static-1.2.5 compat-dapl-utils-1.2.5 compat-dapl-debuginfo-1.2.5 compat-dapl-static-1.2.5" IB_ALL_PACKAGES="$IB_ALL_PACKAGES dapl dapl-devel dapl-devel-static dapl-utils dapl-debuginfo dapl-static" IB_ALL_PACKAGES="$IB_ALL_PACKAGES qlvnictools qlvnictools-debuginfo ibvexdmtools ibvexdmtools-debuginfo qlgc_vnic_daemon sdpnetstat sdpnetstat-debuginfo" -IB_ALL_PACKAGES="$IB_ALL_PACKAGES srptools srptools-debuginfo rds-tools rds-tools-debuginfo" +IB_ALL_PACKAGES="$IB_ALL_PACKAGES srptools srptools-debuginfo rds-tools rds-tools-debuginfo rnfs-utils rnfs-utils-debuginfo" 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" -- 2.46.0