MantisBT - ParaView
View Issue Details
0013911ParaView(No Category)public2013-02-27 11:542013-05-23 14:58
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.0 
Catalyst
catalyst_2.0
incorrect functionality
0013911: Update building of Adaptors
Catalyst adaptors building/enabling it a tedious process. Make it simple and straight forward to enable adaptors.
No tags attached.
Issue History
2013-02-27 11:54Utkarsh AyachitNew Issue
2013-03-11 17:33Utkarsh AyachitTopic Name => catalyst_2.0
2013-03-11 17:33Utkarsh AyachitNote Added: 0030424
2013-03-11 17:33Utkarsh AyachitStatusbacklog => gatekeeper review
2013-03-11 17:33Utkarsh AyachitFixed in Version => git-next
2013-03-11 17:33Utkarsh AyachitResolutionopen => fixed
2013-03-11 17:33Utkarsh AyachitAssigned To => Utkarsh Ayachit
2013-03-15 09:47Utkarsh AyachitFixed in Versiongit-next => git-master
2013-03-15 09:48Utkarsh AyachitStatusgatekeeper review => customer review
2013-03-15 09:48Utkarsh AyachitNote Added: 0030445
2013-05-18 20:00Utkarsh AyachitFixed in Versiongit-master => 4.0
2013-05-23 14:58Alan ScottNote Added: 0030848
2013-05-23 14:58Alan ScottStatuscustomer review => closed

Notes
(0030424)
Utkarsh Ayachit   
2013-03-11 17:33   
Adaptors can now be built simply using find_package(ParaView) (just like ParaView plugins or custom applications).

commit 31b4a322d8234bebfa3bc1b5590160e903f5bcf1
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Mar 6 17:44:39 2013 -0500

    Restructuring CoProcessing/Catalyst modules.
    
    To make it easier to develop adaptors externally, as well as add ability to
    enable/disable Python capabilities in Catalyst, we refactored the CoProcessing
    modules.
    
    Two new modules were added vtkPVCatalyst and vtkPVPythonCatalyst. These two
    libraries/module provide the Catalyst components necessary for coprocessing.
    These also provide a C/Fortran API (through CAdaptorAPI/FortranAdaptorAPI or
    the Python enabled CPythonAdaptorAPI/FortranPythonAdaptorAPI headers) that can
    be used within C/Fortran simulation codes.
    
    Adaptors are now moved to CoProcessing/Adaptors. They have now been updated to
    be able to built outside of ParaView build directory i.e. users can directly
    point CMake to ParaView/CoProcessing/Adaptors/CTHAdaptor as the source directory
    to build the CTH-Adaptor. They will have to point to an existing ParaView build,
    of course, like any other ParaView dependent project.
    
    ParaView-build builds these adaptors as a separate project (similar to the way
    we build examples). This can be disabled by using the advanced cmake variable
    PARAVIEW_BUILD_CATALYST_ADAPTORS.
    
    Change-Id: I6492b19f7efeba4b7e775a344c5391d337e8b655
(0030445)
Utkarsh Ayachit   
2013-03-15 09:48   
SUMMARY
---------------------------------------------
Topics merged into master:
        catalyst_2.0
        python_documentation


---------------------------------------------
(0030848)
Alan Scott   
2013-05-23 14:58   
Developer tag in git. Closing.