MantisBT - ParaView
View Issue Details
0007348ParaView(No Category)public2008-07-16 14:212009-05-13 13:46
Nathan Fabian 
Burlen 
lowfeatureN/A
closedfixed 
 
3.6 
0007348: Add an option to Paraview's CMake to allow development installs
This option should install the header files needed to compile against Paraview.
No tags attached.
related to 0007935closed David Partyka Add ability to fix library links in plugin 
Issue History
2008-07-16 14:21Nathan FabianNew Issue
2008-07-21 10:35Ken MorelandNote Added: 0012771
2008-07-29 07:48MattijsNote Added: 0012851
2008-11-04 08:59Ken MorelandNote Added: 0014024
2008-11-04 09:06Ken MorelandRelationship addedrelated to 0007935
2009-02-17 14:40Utkarsh AyachitStatusbacklog => tabled
2009-02-17 14:40Utkarsh AyachitAssigned To => Burlen
2009-02-17 14:40Utkarsh AyachitNote Added: 0015059
2009-02-17 14:40Utkarsh AyachitStatustabled => @80@
2009-02-17 14:40Utkarsh AyachitResolutionopen => fixed
2009-02-17 20:46Alan ScottNote Added: 0015107
2009-02-17 20:46Alan ScottStatus@80@ => closed
2009-05-13 13:46Utkarsh AyachitTarget Version => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0012771)
Ken Moreland   
2008-07-21 10:35   
Should this option be default? It might be handy to those who want to build plugins against a binary install. How many extra files/memory is required to install the development files?
(0012851)
Mattijs   
2008-07-29 07:48   
Can I vote in favour (of making this the default)? We had to write a script to make this process easier for users who wanted to build our reader.

In my installed tree:

find . -name '*.h' | wc -l

returns 205.
(0014024)
Ken Moreland   
2008-11-04 08:59   
It just occurred to me that simply copying the header files is probably not sufficient. There are probably also some .cmake files and intermediate executables (such as client/server wrappers) that need to be made available as well. At a minimum, it should be easy to compile a plugin.
(0015059)
Utkarsh Ayachit   
2009-02-17 14:40   
Burlen has already fixed this.
(0015107)
Alan Scott   
2009-02-17 20:46   
Fixed as per Utkarsh.