View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013065ParaView(No Category)public2012-04-07 16:532012-10-29 17:04
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.14.1 
Target VersionFixed in Version3.98.0 
Summary0013065: Development install not installing all cmake files
DescriptionDevelopment install not installing all cmake files. Missing files are:


cp generate_proxydocumentation.cmake /install-path/lib/paraview-3.14/CMake
cp smxml_to_xml.xsl /install-path/lib/paraview-3.14/CMake
cp xml_to_html.xsl /install-path/lib/paraview-3.14/CMake
cp xml_to_wiki.xsl.in /install-path/lib/paraview-3.14/CMake
cp generate_qhp.cmake /install-path/lib/paraview-3.14/CMake
TagsNo tags attached.
ProjectSandia
Topic Name13065_fix_development_install_rule
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0028436)
Utkarsh Ayachit (administrator)
2012-04-09 10:27

commit 801dbb6b2a1ddbb059e2311f83dc6723edaf18d8
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Apr 9 10:24:26 2012 -0400

    BUG 0013065. CMake files were not being installed correctly.
    
    Fixed install rule to install all files under the CMake directory to ensure that
    new files don't get missed in the future.
(0028496)
Utkarsh Ayachit (administrator)
2012-04-20 13:51

merged into master, where applicable.
(0028508)
Martin Beaudoin (reporter)
2012-04-21 00:16

The following file is now absent from the installation location, and it is necessary, at least for a plugin for a package called OpenFOAM.

${ParaView_SOURCE_DIR}/ParaViewUse.cmake
(0028509)
Martin Beaudoin (reporter)
2012-04-21 09:02

This little patch did the trick for me.


diff a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -403,6 +403,12 @@
       DESTINATION ${PV_INSTALL_CMAKE_DIR}
       COMPONENT Development)
       
+ # install ParaViewUse.cmake
+ INSTALL(
+ FILES ${ParaView_SOURCE_DIR}/ParaViewUse.cmake
+ DESTINATION ${PV_INSTALL_CMAKE_DIR}
+ COMPONENT Development)
+
   # Re-configure for the install.
   SET(SOURCE_TREE ${ParaView_SOURCE_DIR})
   SET(BUILD_TREE ${ParaView_BINARY_DIR})
(0028612)
Utkarsh Ayachit (administrator)
2012-05-16 15:48

commit c2cac7f3e8a6b794d3d12504d3856db5371a14c3
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed May 16 15:46:27 2012 -0400

    BUG 13065. Fixed install rules for development install for missing file.
(0028791)
Alan Scott (manager)
2012-07-17 21:13

Tested on Master.

 Issue History
Date Modified Username Field Change
2012-04-07 16:53 Utkarsh Ayachit New Issue
2012-04-09 10:27 Utkarsh Ayachit Topic Name => 13065_fix_development_install_rule
2012-04-09 10:27 Utkarsh Ayachit Note Added: 0028436
2012-04-09 10:27 Utkarsh Ayachit Status backlog => gatekeeper review
2012-04-09 10:27 Utkarsh Ayachit Fixed in Version => git-next
2012-04-09 10:27 Utkarsh Ayachit Resolution open => fixed
2012-04-09 10:27 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2012-04-20 13:50 Utkarsh Ayachit Fixed in Version git-next => git-master
2012-04-20 13:51 Utkarsh Ayachit Status gatekeeper review => customer review
2012-04-20 13:51 Utkarsh Ayachit Note Added: 0028496
2012-04-21 00:16 Martin Beaudoin Note Added: 0028508
2012-04-21 00:58 Utkarsh Ayachit Status customer review => backlog
2012-04-21 00:58 Utkarsh Ayachit Resolution fixed => reopened
2012-04-21 09:02 Martin Beaudoin Note Added: 0028509
2012-05-16 15:48 Utkarsh Ayachit Note Added: 0028612
2012-05-16 15:48 Utkarsh Ayachit Status backlog => gatekeeper review
2012-05-16 15:48 Utkarsh Ayachit Fixed in Version git-master => git-next
2012-05-16 15:48 Utkarsh Ayachit Resolution reopened => fixed
2012-05-18 14:46 Utkarsh Ayachit Fixed in Version git-next => git-master
2012-05-18 14:49 Utkarsh Ayachit Status gatekeeper review => customer review
2012-07-17 21:13 Alan Scott Note Added: 0028791
2012-07-17 21:13 Alan Scott Status customer review => closed
2012-10-29 17:04 Utkarsh Ayachit Fixed in Version git-master => 3.98.0


Copyright © 2000 - 2018 MantisBT Team