ceph/cmake/modules
Kefu Chai bbf51e1562 cmake: install cython modules
* fix CYTHON_ADD_MODULE() macro. because python_add_module() offered by
  FindPythonLibs.cmake creates a target with name of ${name}, which conflicts
  with existing targets like "rbd" or "rados". so we can not reuse the
  name in ${name}.pyx. and instead, we should specify the target name
  explicitly.
* add distutils_install_cython_module() function to build and install
  cython modules.
* we can split build and install of cython module, but the install phase
  always tries to build the module. so keep it this way. will look at it
  later on.
* move the variables initializations into the Distutils.cmake module.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-06-01 23:50:05 +08:00
..
AddCephTest.cmake cmake: pass CEPH_BUILD_VIRTUALENV to test as an env variable 2016-05-10 21:50:17 +08:00
Distutils.cmake cmake: install cython modules 2016-06-01 23:50:05 +08:00
Findaio.cmake CMake - fix check for AIO 2015-09-23 10:55:54 -04:00
Findatomic_ops.cmake CMake - fix libatomic_ops and gperftools checks 2015-09-23 10:55:54 -04:00
Findbabeltrace.cmake cmake: Added #defines to config-h.in.cmake 2016-05-26 17:26:48 -04:00
Findblkid.cmake CMake - fix check for blkid 2015-09-23 10:55:54 -04:00
Findcryptopp.cmake Combined CMake Build for Hammer 2015-01-14 16:40:05 -05:00
FindCython.cmake cmake: install cython modules 2016-06-01 23:50:05 +08:00
Finddpdk.cmake cmake: add Find{dpdk,pciaccess}.cmake 2016-02-04 14:03:21 +08:00
Findexecinfo.cmake cmake: musl libc does not implement backtrace. Added feature check and fallback to libexecinfo. 2016-01-29 08:50:46 -05:00
Findexpat.cmake CMake - fix check for expat 2015-09-23 10:55:54 -04:00
Findfcgi.cmake cmake: Added #defines to config-h.in.cmake 2016-05-26 17:26:48 -04:00
Findfio.cmake Combined CMake Build for Hammer 2015-01-14 16:40:05 -05:00
Findfuse.cmake cmake: update FUSE_INCLUDE_DIRS to match autoconf 2015-09-01 14:11:03 -04:00
Findgperftools.cmake CMake - fix libatomic_ops and gperftools checks 2015-09-23 10:55:54 -04:00
FindJeMalloc.cmake cmake: Updated allocator checking 2016-01-05 15:42:06 -05:00
Findkeyutils.cmake CMake - Add check for keyutils 2015-09-23 10:55:54 -04:00
Findleveldb.cmake CMake - fix check for leveldb 2015-09-23 10:55:54 -04:00
Findlibcurl.cmake cmake: add detection for HAVE_CURL_MULTI_WAIT 2016-01-05 15:42:06 -05:00
Findlibuuid.cmake CMake - add check for libuuid 2015-09-23 10:55:54 -04:00
Findlttng-ust.cmake cmake: revamp on lttng support 2016-05-27 19:54:42 +08:00
FindLZ4.cmake cmake: add check for liblz4 2016-01-07 03:59:36 -08:00
FindNSPR.cmake CMake: add FindNSPR.cmake 2015-05-07 13:19:50 +02:00
FindNSS.cmake cmake: add nss as a suffix for pk11pub.h 2015-11-12 09:12:17 -08:00
FindOpenLdap.cmake cmake: Added #defines to config-h.in.cmake 2016-05-26 17:26:48 -04:00
Findpciaccess.cmake cmake: add Find{dpdk,pciaccess}.cmake 2016-02-04 14:03:21 +08:00
Findsnappy.cmake cmake: remove the copyright of FindSnappy.cmake 2016-01-28 20:50:51 +08:00
Findtcmalloc.cmake Combined CMake Build for Hammer 2015-01-14 16:40:05 -05:00
Findudev.cmake cmake: udev linking and Findudev module changes 2016-01-05 15:42:06 -05:00
Findxfs.cmake CMake - add check for XFS 2015-09-23 10:55:54 -04:00
Findxio.cmake cmake: <UPPERCASED_NAME>_FOUND in Findxio.cmake 2016-05-03 17:36:59 -04:00
GetGitRevisionDescription.cmake Combined CMake Build for Hammer 2015-01-14 16:40:05 -05:00
GetGitRevisionDescription.cmake.in Combined CMake Build for Hammer 2015-01-14 16:40:05 -05:00