MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014019 | CMake | CMake | public | 2013-03-15 10:06 | 2016-06-10 14:31 |
Reporter | Luc J. Bourhis | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake 2.8.10 | ||||
Target Version | Fixed in Version | ||||
Summary | 0014019: ExternalProject_Add: please support python setup.py style of install | ||||
Description | Many python extensions are installed by relying on a distutils scheme. They ship with a Python script setup.py and the installation proceeds with python setup.py install in the simplest case. The most general scheme is a two-step process: python setup.py build [options] (or build_ext instead) and then python setup.py install [options]. Performing the latter without options always does the right thing. It would be nice if ExternalProject_Add supported new arguments to set it up out of the box. I propose the following: ExternalProject_Add( ... PYTHON_SETUP 1 # switch distutils style of installing on/off PYTHON_EXECUTABLE path # which Python interpreter to use # default: ${PYTHON_EXECUTABLE} as found by FindPython PYTHON_BUILD_COMMAND # arguments passed to python setup.py for the build stage # default: build PYTHON_INSTALL_COMMAND # arguments passed to python setup.py for the install stage # default: install ) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-03-15 10:06 | Luc J. Bourhis | New Issue | |||
2013-03-15 11:53 | David Cole | Note Added: 0032640 | |||
2013-03-15 12:00 | Luc J. Bourhis | Note Added: 0032641 | |||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042251 | |||
2016-06-10 14:28 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|