View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009301ParaViewBugpublic2009-07-22 13:272010-11-22 21:50
ReporterOrion E. Poplawski 
Assigned ToDavid Partyka 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version3.10 
Summary0009301: Inconsistent use of CMAKE_INSTALL_PREFIX
DescriptionNot 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Filespatch file icon paraview-3.6.1-cmake-install-prefix.patch [^] (4,074 bytes) 2009-07-22 17:12 [Show Content]

 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.

 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


Copyright © 2000 - 2018 MantisBT Team