[Pkg-ofed-commits] r291 - branches/ofed-1.4.1upgrade/perftest/trunk/debian

Guy Coates gmpc-guest at alioth.debian.org
Fri May 29 02:01:40 UTC 2009


Author: gmpc-guest
Date: 2009-05-29 14:01:39 +0000 (Fri, 29 May 2009)
New Revision: 291

Modified:
   branches/ofed-1.4.1upgrade/perftest/trunk/debian/control
Log:
Add dependancy to OFED version of librdmacm


Modified: branches/ofed-1.4.1upgrade/perftest/trunk/debian/control
===================================================================
--- branches/ofed-1.4.1upgrade/perftest/trunk/debian/control	2009-05-29 13:47:51 UTC (rev 290)
+++ branches/ofed-1.4.1upgrade/perftest/trunk/debian/control	2009-05-29 14:01:39 UTC (rev 291)
@@ -2,13 +2,13 @@
 Section: net
 Priority: extra
 Maintainer: Guy Coates <gmpc at sanger.ac.uk>
-Build-Depends: debhelper (>= 7), libibverbs-dev (>= 1.1.2-1+OFED), librdmacm-dev
+Build-Depends: debhelper (>= 7), libibverbs-dev (>= 1.1.2-1+OFED), librdmacm-dev (>=1.0.8-1+OFED)
 Standards-Version: 3.8.0
 Homepage: http://www.openfabrics.org
 
 Package: perftest
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.2-1+OFED)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.2-1+OFED), librdmacm1 (>=1.0.8-1+OFED)
 Description: Infiniband verbs performance tests
  This is a collection of tests written using Infiniband verbs intended for 
  use as a performance micro-benchmark. The tests can measure the latency 




More information about the Pkg-ofed-commits mailing list