View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013911ParaView(No Category)public2013-02-27 11:542013-05-23 14:58
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version4.0 
Summary0013911: Update building of Adaptors
DescriptionCatalyst adaptors building/enabling it a tedious process. Make it simple and straight forward to enable adaptors.
TagsNo tags attached.
ProjectCatalyst
Topic Namecatalyst_2.0
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030424)
Utkarsh Ayachit (administrator)
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 (administrator)
2013-03-15 09:48

SUMMARY
---------------------------------------------
Topics merged into master:
        catalyst_2.0
        python_documentation


---------------------------------------------
(0030848)
Alan Scott (manager)
2013-05-23 14:58

Developer tag in git. Closing.

 Issue History
Date Modified Username Field Change
2013-02-27 11:54 Utkarsh Ayachit New Issue
2013-03-11 17:33 Utkarsh Ayachit Topic Name => catalyst_2.0
2013-03-11 17:33 Utkarsh Ayachit Note Added: 0030424
2013-03-11 17:33 Utkarsh Ayachit Status backlog => gatekeeper review
2013-03-11 17:33 Utkarsh Ayachit Fixed in Version => git-next
2013-03-11 17:33 Utkarsh Ayachit Resolution open => fixed
2013-03-11 17:33 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-03-15 09:47 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-03-15 09:48 Utkarsh Ayachit Status gatekeeper review => customer review
2013-03-15 09:48 Utkarsh Ayachit Note Added: 0030445
2013-05-18 20:00 Utkarsh Ayachit Fixed in Version git-master => 4.0
2013-05-23 14:58 Alan Scott Note Added: 0030848
2013-05-23 14:58 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team