]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
include/config-h.in.cmake: remove HAVE_XIO 28465/head
authorKefu Chai <kchai@redhat.com>
Mon, 10 Jun 2019 06:11:18 +0000 (14:11 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 10 Jun 2019 06:12:56 +0000 (14:12 +0800)
* remove the HAVE_XIO template
* remove README.xio

as XioMessenger was removed back in cc9a9142 .

Signed-off-by: Kefu Chai <kchai@redhat.com>
README.xio [deleted file]
src/include/config-h.in.cmake

diff --git a/README.xio b/README.xio
deleted file mode 100644 (file)
index 857211a..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-Building
-
-The Accelio XioMessenger is built conditionally only, when --enable-xio is
-provided to configure.
-
-Accelio depends on OpenFabrics verbs development headers/libraries.
-Prior to installing the Accelio package, the following prerequisites are required:
-
-RedHat (RHEL 6.4 and above)
-
-        yum groupinstall "Infiniband Support"
-        yum install libtool autoconf automake
-        yum install infiniband-diags perftest libibverbs-utils librdmacm-utils
-        yum install librdmacm-devel libibverbs-devel numactl numactl-devel libaio-devel libevent-devel
-
-
-Ubuntu (Ubuntu 13.04 and above)
-
-        apt-get install libtool autoconf automake build-essential
-        apt-get install ibverbs-utils rdmacm-utils infiniband-diags perftest
-        apt-get install librdmacm-dev libibverbs-dev numactl libnuma-dev libaio-dev libevent-dev
-
-
-MLNX_OFED
-
-        Mellanox OFED pacakage is optional and recommended
-        look for latest OFED packages at:
-        http://www.mellanox.com/page/products_dyn?product_family=26
-
-
-If either the Accelio or OFED development environments are in non-standard locations,
-include and library paths must be added to both CFLAGS and CXXFLAGS, in the Autotools
-build as of 1/1/2015.
-
--Matt
index 29580042f241a40a1cefd5fd35a1c61e9b54f512..b1a848d4c10b6259997d3eab8e5bc304f91148e7 100644 (file)
 /* Define if using OpenSSL. */
 #cmakedefine USE_OPENSSL
 
-/* Accelio conditional compilation */
-#cmakedefine HAVE_XIO
-
-
 /* AsyncMessenger RDMA conditional compilation */
 #cmakedefine HAVE_RDMA