| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0009301 | ParaView | Bug | public | 2009-07-22 13:27 | 2010-11-22 21:50 | ||||
| Reporter | Orion E. Poplawski | ||||||||
| Assigned To | David Partyka | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | no change required | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | 3.10 | |||||||
| Summary | 0009301: Inconsistent use of CMAKE_INSTALL_PREFIX | ||||||||
| Description | Not all items use CMAKE_INSTALL_PREFIX. e.g.: ParaView3/CMakeLists.txt: SET(PARAVIEW_VTK_DIR "${CMAKE_INSTALL_PREFIX}/${PV_INSTALL_LIB_DIR}") ParaView3/Servers/Common/CMakeLists.txt: LIBRARY DESTINATION ${PV_INSTALL_LIB_DIR} COMPONENT Runtime This makes it nearly impossible to install things properly under /usr/lib/paraview for rpm packaging with CMAKE_INSTALL_PREFIX set to /usr. | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Topic Name | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0016943) Orion E. Poplawski (reporter) 2009-07-22 17:13 |
I've attached a partial patch as an illustration. There are still other files... |
|
(0017228) Orion E. Poplawski (reporter) 2009-08-27 15:51 |
Ah, this is user error - need to use relative path with defining PV_INSTALL_LIB_DIR. Sorry. |
|
(0023459) David Partyka (developer) 2010-11-19 17:07 |
You're exactly right. You want to use the relative path. Closing this. |
|
(0023503) Alan Scott (manager) 2010-11-22 21:50 |
User error, as per the bug reporter. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2009-07-22 13:27 | Orion E. Poplawski | New Issue | |
| 2009-07-22 17:12 | Orion E. Poplawski | File Added: paraview-3.6.1-cmake-install-prefix.patch | |
| 2009-07-22 17:13 | Orion E. Poplawski | Note Added: 0016943 | |
| 2009-08-27 15:51 | Orion E. Poplawski | Note Added: 0017228 | |
| 2010-11-17 09:19 | David Partyka | Assigned To | => David Partyka |
| 2010-11-17 09:19 | David Partyka | Status | backlog => tabled |
| 2010-11-19 17:07 | David Partyka | Note Added: 0023459 | |
| 2010-11-19 17:07 | David Partyka | Status | tabled => @80@ |
| 2010-11-19 17:07 | David Partyka | Fixed in Version | => 3.10 |
| 2010-11-19 17:07 | David Partyka | Resolution | open => no change required |
| 2010-11-22 21:50 | Alan Scott | Note Added: 0023503 | |
| 2010-11-22 21:50 | Alan Scott | Status | @80@ => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |