summaryrefslogtreecommitdiffstats
path: root/cmake/modules/Distutils.cmake (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: add ${CMAKE_SHARED_LINKER_FLAGS} to LDFLAGS when building python exten...Kefu Chai2024-03-271-2/+4
* cmake: remove spaces in macro used for compiling cython codeKefu Chai2022-08-051-2/+2
* cmake/modules: use exact version of python3 when finding cythonKefu Chai2022-04-211-1/+1
* cmake/modules: always use the python3 specified in command lineKefu Chai2022-04-161-0/+11
* cmake/modules: avoid using distutilsKefu Chai2022-03-251-1/+1
* cmake/modules: drop a cmake variableKefu Chai2022-03-251-2/+1
* cmake: only pass --verbose when VERBOSE env variable is setKefu Chai2021-10-141-3/+9
* cmake: remove cflags from CCKefu Chai2021-05-051-8/+10
* cmake: disable "variable tracking" when building rados python bindingKefu Chai2021-04-281-1/+10
* cmake: install python scripts into /usr/sbin even if DESTDIR is emptyKefu Chai2020-12-201-3/+3
* cmake: use add_compile_options()Kefu Chai2020-06-181-1/+1
* src,qa: install python bindings into lib/cython_modules/lib.3Kefu Chai2019-12-191-2/+2
* cmake: drop WITH_PYTHON2 optionKefu Chai2019-12-191-17/+8
* cmake/modules/Distutils: do not add ${name}-clone if already addedKefu Chai2019-07-261-2/+4
* cmake: pass PYTHON_VERSION explicitlyKefu Chai2019-07-201-10/+15
* cmake: update FindPython* modulesKefu Chai2019-07-201-7/+7
* cmake/modules/Distutils.cmake: add setup as a dependencyKefu Chai2019-07-081-2/+4
* cmake/modules/Distutils.cmake: avoid rebuilding cython extKefu Chai2019-07-081-4/+6
* cmake/modules/Distutils.cmake: add byproductKefu Chai2019-07-081-1/+18
* cmake: add an arg for name of cython extensionKefu Chai2019-07-081-2/+2
* cmake: remove cython 0.29's subinterpreter check during installTim Serong2019-03-201-1/+4
* cmake: remove cython 0.29's subinterpreter checkTim Serong2018-12-171-0/+3
* cmake: do not pass unnecessary param to setup.pyKefu Chai2018-11-201-2/+4
* cmake: pass cflags to disutils using CC instead of CFLAGSKefu Chai2018-10-221-2/+3
* fix compilation with distcc and other compiler wrappersAlexey Sheplyakov2018-10-161-6/+17
* cmake: install script and egg-info files of cephfs-shellKefu Chai2018-08-091-1/+1
* cmake: pass LDSHARED env var to distutilsKefu Chai2017-11-151-6/+12
* cmake/Distutils.cmake: make pkg files optional, add binDan Mick2017-08-041-6/+8
* cmake: Suppress warnings on Cython outputAdam C. Emerson2016-11-171-2/+2
* cmake: Also build Python bindings for Python 3Oleh Prypin2016-08-111-5/+7
* cmake: install platlib into a subdir of build-base dirKefu Chai2016-08-101-2/+2
* cmake: fix wrong path introduced by bb163e9Kefu Chai2016-08-101-1/+1
* cmake: specify distutils build path explicitlyKefu Chai2016-08-101-2/+3
* doc,pybind: bypass sanity check if building docKefu Chai2016-08-091-1/+1
* cmake: pass necessary cflags to build_extKefu Chai2016-07-111-1/+2
* cmake: put cythonized .c files into ${CMAKE_CURRENT_BINARY_DIR}Kefu Chai2016-07-111-0/+1
* cmake: creage egg_info files into build directoryKefu Chai2016-07-081-2/+4
* Merge pull request #9833 from onyb/wip-rados-pypiJosh Durgin2016-07-071-0/+2
|\
| * pybind: Add CMake support in radosAnirudha Bose2016-06-191-0/+2
* | cmake: refactor distutils_install_module to follow the pattern of distutils_i...Kefu Chai2016-07-041-7/+5
* | cmake: install python packages into $CMAKE_INSTALL_PREFIXKefu Chai2016-07-041-3/+1
|/
* cmake: install ceph-disk to /usr/sbinKefu Chai2016-06-041-13/+22
* cmake: install cython modulesKefu Chai2016-06-011-0/+49
* cmake: install ceph-{detect-init,disk}Kefu Chai2016-06-011-0/+24