]> git.openfabrics.org - ~emulex/ofed_scripts/.git/commitdiff
Added NFS-RDMA nfs-utils SRPM
authorJon Mason <jon@opengridcomputing.com>
Mon, 16 Mar 2009 14:35:54 +0000 (16:35 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Mon, 16 Mar 2009 14:35:54 +0000 (16:35 +0200)
Signed-off-by: Jon Mason <jon@opengridcomputing.com>
install.pl
uninstall.sh

index 5e05e909d72f20e10249051a639a2a477a924422..61964e0a6da16bc246d2f02d2dc30e0b4873017e 100755 (executable)
@@ -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";
index d81d3016233790c426bb085b07dc44965a5386c6..a8dda29b1ad34270bd21349ce032eaf4dbba3539 100755 (executable)
@@ -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"