MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013858 | VTK | (No Category) | public | 2013-02-02 07:30 | 2014-09-30 10:33 |
| Reporter | Andrzej Giniewicz | ||||
| Assigned To | Dave DeMarle | ||||
| Priority | low | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | TBD | ||||
| Type | incorrect functionality | ||||
| Summary | 0013858: Default setup for Python bindings should respect $DESTDIR | ||||
| Description | Default install of Python bindings does not respect DESTDIR variable. On Arch Linux we apply patch along the lines of: --- VTK/Wrapping/Python/CMakeLists.txt.orig 2013-02-02 12:56:08.067142089 +0100 +++ VTK/Wrapping/Python/CMakeLists.txt 2013-02-02 12:58:16.182794679 +0100 @@ -558,7 +558,7 @@ # Create default python setup arguments if they are not set. IF(NOT DEFINED VTK_PYTHON_SETUP_ARGS) - SET(VTK_PYTHON_SETUP_ARGS "--prefix=\"${DOLLAR}{CMAKE_INSTALL_PREFIX}\"" + SET(VTK_PYTHON_SETUP_ARGS "--root=\"${DOLLAR}DESTDIR\" --prefix=\"${DOLLAR}{CMAKE_INSTALL_PREFIX}\"" CACHE STRING "Arguments passed to \"python setup.py install ...\" during installation.") MARK_AS_ADVANCED(VTK_PYTHON_SETUP_ARGS) ENDIF(NOT DEFINED VTK_PYTHON_SETUP_ARGS) although this isn't cross-platform solution. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-02-02 07:30 | Andrzej Giniewicz | New Issue | |||
| 2013-06-25 13:37 | Dave DeMarle | Note Added: 0031056 | |||
| 2013-12-27 22:24 | Dave DeMarle | Note Added: 0032079 | |||
| 2013-12-27 22:24 | Dave DeMarle | Assigned To | => Dave DeMarle | ||
| 2013-12-27 22:24 | Dave DeMarle | Status | backlog => gerrit review | ||
| 2014-09-30 10:33 | Dave DeMarle | Status | gerrit review => closed | ||
| 2014-09-30 10:33 | Dave DeMarle | Resolution | open => fixed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||