]> git.openfabrics.org - ~vlad/build.git/commitdiff
Added packages directory for OFED-3.18-2
authorVladimir Sokolovsky <vlad@mellanox.com>
Sun, 28 Aug 2016 10:08:50 +0000 (13:08 +0300)
committerVladimir Sokolovsky <vlad@mellanox.com>
Sun, 28 Aug 2016 10:08:50 +0000 (13:08 +0300)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
35 files changed:
packages-ofed-3.18-2/compat-rdma.conf [new file with mode: 0644]
packages-ofed-3.18-2/dapl.conf [new file with mode: 0644]
packages-ofed-3.18-2/fabtests.conf [new file with mode: 0644]
packages-ofed-3.18-2/ibacm.conf [new file with mode: 0644]
packages-ofed-3.18-2/ibpd.conf [new file with mode: 0644]
packages-ofed-3.18-2/ibsim.conf [new file with mode: 0644]
packages-ofed-3.18-2/ibutils.conf [new file with mode: 0644]
packages-ofed-3.18-2/infiniband-diags.conf [new file with mode: 0644]
packages-ofed-3.18-2/infinipath-psm.conf [new file with mode: 0644]
packages-ofed-3.18-2/libcxgb3.conf [new file with mode: 0644]
packages-ofed-3.18-2/libcxgb4.conf [new file with mode: 0644]
packages-ofed-3.18-2/libehca.conf [new file with mode: 0644]
packages-ofed-3.18-2/libfabric.conf [new file with mode: 0644]
packages-ofed-3.18-2/libibcm.conf [new file with mode: 0644]
packages-ofed-3.18-2/libibmad.conf [new file with mode: 0644]
packages-ofed-3.18-2/libibscif.conf [new file with mode: 0644]
packages-ofed-3.18-2/libibumad.conf [new file with mode: 0644]
packages-ofed-3.18-2/libibverbs.conf [new file with mode: 0644]
packages-ofed-3.18-2/libipathverbs.conf [new file with mode: 0644]
packages-ofed-3.18-2/libiwpm.conf [new file with mode: 0644]
packages-ofed-3.18-2/libmlx4.conf [new file with mode: 0644]
packages-ofed-3.18-2/libmlx5.conf [new file with mode: 0644]
packages-ofed-3.18-2/libmthca.conf [new file with mode: 0644]
packages-ofed-3.18-2/libnes.conf [new file with mode: 0644]
packages-ofed-3.18-2/libocrdma.conf [new file with mode: 0644]
packages-ofed-3.18-2/librdmacm.conf [new file with mode: 0644]
packages-ofed-3.18-2/mstflint.conf [new file with mode: 0644]
packages-ofed-3.18-2/ofed-docs.conf [new file with mode: 0644]
packages-ofed-3.18-2/ofed-scripts.conf [new file with mode: 0644]
packages-ofed-3.18-2/opensm.conf [new file with mode: 0644]
packages-ofed-3.18-2/perftest.conf [new file with mode: 0644]
packages-ofed-3.18-2/qlvnictools.conf [new file with mode: 0644]
packages-ofed-3.18-2/qperf.conf [new file with mode: 0644]
packages-ofed-3.18-2/rds-tools.conf [new file with mode: 0644]
packages-ofed-3.18-2/srptools.conf [new file with mode: 0644]

diff --git a/packages-ofed-3.18-2/compat-rdma.conf b/packages-ofed-3.18-2/compat-rdma.conf
new file mode 100644 (file)
index 0000000..3ca1981
--- /dev/null
@@ -0,0 +1,9 @@
+getMethod=git
+git_url="git://git.openfabrics.org/compat-rdma/compat-rdma.git"
+git_branch="ofed_3_18_2"
+
+linux_git_url="git://git.openfabrics.org/compat-rdma/linux-3.18.git"
+linux_git_branch="master"
+
+compat_git_url="git://git.openfabrics.org/compat-rdma/compat.git"
+compat_git_branch="ofed_3_18_2"
diff --git a/packages-ofed-3.18-2/dapl.conf b/packages-ofed-3.18-2/dapl.conf
new file mode 100644 (file)
index 0000000..a01fc1f
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/dapl/dapl-2.1.9.tar.gz"
diff --git a/packages-ofed-3.18-2/fabtests.conf b/packages-ofed-3.18-2/fabtests.conf
new file mode 100644 (file)
index 0000000..5d1338b
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://github.com/ofiwg/fabtests/releases/download/v1.3.0/fabtests-1.3.0.tar.bz2"
diff --git a/packages-ofed-3.18-2/ibacm.conf b/packages-ofed-3.18-2/ibacm.conf
new file mode 100644 (file)
index 0000000..a07d715
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="http://downloads.openfabrics.org/downloads/rdmacm/ibacm-1.2.1.tar.gz"
diff --git a/packages-ofed-3.18-2/ibpd.conf b/packages-ofed-3.18-2/ibpd.conf
new file mode 100644 (file)
index 0000000..96a4c99
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/ibpd/ibpd-1.0.1.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/ibsim.conf b/packages-ofed-3.18-2/ibsim.conf
new file mode 100644 (file)
index 0000000..fea3dc7
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/management/ibsim-0.7.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/ibutils.conf b/packages-ofed-3.18-2/ibutils.conf
new file mode 100644 (file)
index 0000000..ffecab4
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/ibutils/ibutils-1.5.7-0.2.gbd7e502.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/infiniband-diags.conf b/packages-ofed-3.18-2/infiniband-diags.conf
new file mode 100644 (file)
index 0000000..00ebd0b
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/management/infiniband-diags-1.6.6.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/infinipath-psm.conf b/packages-ofed-3.18-2/infinipath-psm.conf
new file mode 100644 (file)
index 0000000..323a501
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/infinipath-psm/infinipath-psm-3.3-19_g67c0807_open.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/libcxgb3.conf b/packages-ofed-3.18-2/libcxgb3.conf
new file mode 100644 (file)
index 0000000..6ee0ae9
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/cxgb3/libcxgb3-1.3.1.tar.gz"
diff --git a/packages-ofed-3.18-2/libcxgb4.conf b/packages-ofed-3.18-2/libcxgb4.conf
new file mode 100644 (file)
index 0000000..fb52752
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/cxgb4/libcxgb4-1.3.6.tar.gz"
diff --git a/packages-ofed-3.18-2/libehca.conf b/packages-ofed-3.18-2/libehca.conf
new file mode 100644 (file)
index 0000000..fdd9b27
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/libehca/libehca-1.2.2-0.1.g69e1a88.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/libfabric.conf b/packages-ofed-3.18-2/libfabric.conf
new file mode 100644 (file)
index 0000000..51eee82
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://github.com/ofiwg/libfabric/releases/download/v1.3.0/libfabric-1.3.0.tar.bz2"
diff --git a/packages-ofed-3.18-2/libibcm.conf b/packages-ofed-3.18-2/libibcm.conf
new file mode 100644 (file)
index 0000000..63fc0ae
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/rdmacm/libibcm-1.0.5.tar.gz"
diff --git a/packages-ofed-3.18-2/libibmad.conf b/packages-ofed-3.18-2/libibmad.conf
new file mode 100644 (file)
index 0000000..f162ec0
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/management/libibmad-1.3.12.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/libibscif.conf b/packages-ofed-3.18-2/libibscif.conf
new file mode 100644 (file)
index 0000000..667d8dc
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/libibscif/libibscif-1.0.0.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/libibumad.conf b/packages-ofed-3.18-2/libibumad.conf
new file mode 100644 (file)
index 0000000..9c21203
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/management/libibumad-1.3.10.2.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/libibverbs.conf b/packages-ofed-3.18-2/libibverbs.conf
new file mode 100644 (file)
index 0000000..5478ab3
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/verbs/libibverbs-1.1.8.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/libipathverbs.conf b/packages-ofed-3.18-2/libipathverbs.conf
new file mode 100644 (file)
index 0000000..878ddda
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/libipathverbs/libipathverbs-1.3.tar.gz"
diff --git a/packages-ofed-3.18-2/libiwpm.conf b/packages-ofed-3.18-2/libiwpm.conf
new file mode 100644 (file)
index 0000000..8bac6f4
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/libiwpm/libiwpm-1.0.5.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/libmlx4.conf b/packages-ofed-3.18-2/libmlx4.conf
new file mode 100644 (file)
index 0000000..674ac3f
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/mlx4/libmlx4-1.0.6.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/libmlx5.conf b/packages-ofed-3.18-2/libmlx5.conf
new file mode 100644 (file)
index 0000000..888c410
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/mlx5/libmlx5-1.0.2.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/libmthca.conf b/packages-ofed-3.18-2/libmthca.conf
new file mode 100644 (file)
index 0000000..2ab46a3
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/mthca/libmthca-1.0.6.tar.gz"
diff --git a/packages-ofed-3.18-2/libnes.conf b/packages-ofed-3.18-2/libnes.conf
new file mode 100644 (file)
index 0000000..5e84f91
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/nes/libnes-1.1.4.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/libocrdma.conf b/packages-ofed-3.18-2/libocrdma.conf
new file mode 100644 (file)
index 0000000..65e153b
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/libocrdma/libocrdma-1.0.7.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/librdmacm.conf b/packages-ofed-3.18-2/librdmacm.conf
new file mode 100644 (file)
index 0000000..5af976e
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/rdmacm/librdmacm-1.1.0.tar.gz"
diff --git a/packages-ofed-3.18-2/mstflint.conf b/packages-ofed-3.18-2/mstflint.conf
new file mode 100644 (file)
index 0000000..1ed654b
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/mstflint/mstflint-4.4.0.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/ofed-docs.conf b/packages-ofed-3.18-2/ofed-docs.conf
new file mode 100644 (file)
index 0000000..4e3a514
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=git
+git_url="git://git.openfabrics.org/compat-rdma/docs.git"
+git_branch="ofed_3_18"
diff --git a/packages-ofed-3.18-2/ofed-scripts.conf b/packages-ofed-3.18-2/ofed-scripts.conf
new file mode 100644 (file)
index 0000000..0c34983
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=git
+git_url="git://git.openfabrics.org/~vlad/ofed_scripts.git"
+git_branch="ofed_3_18"
diff --git a/packages-ofed-3.18-2/opensm.conf b/packages-ofed-3.18-2/opensm.conf
new file mode 100644 (file)
index 0000000..fa12010
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/management/opensm-3.3.20.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/perftest.conf b/packages-ofed-3.18-2/perftest.conf
new file mode 100644 (file)
index 0000000..50e7461
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/perftest/perftest-3.0-0.21.g21dc344.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/qlvnictools.conf b/packages-ofed-3.18-2/qlvnictools.conf
new file mode 100644 (file)
index 0000000..84d8a82
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/qlvnictools/qlvnictools-0.0.1-0.1.ge27eef7.tar.gz
diff --git a/packages-ofed-3.18-2/qperf.conf b/packages-ofed-3.18-2/qperf.conf
new file mode 100644 (file)
index 0000000..91b0acf
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/qperf/qperf-0.4.9.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/rds-tools.conf b/packages-ofed-3.18-2/rds-tools.conf
new file mode 100644 (file)
index 0000000..ab954e8
--- /dev/null
@@ -0,0 +1,3 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/rds-tools/rds-tools-2.0.7.tar.gz"
+use_latest=0
diff --git a/packages-ofed-3.18-2/srptools.conf b/packages-ofed-3.18-2/srptools.conf
new file mode 100644 (file)
index 0000000..504f9b5
--- /dev/null
@@ -0,0 +1,2 @@
+getMethod=tarball
+URL="https://www.openfabrics.org/downloads/srptools/srptools-1.0.3.tar.gz"