[vtk-developers] Remote Modules

David Cole dlrdave at aol.com
Fri Jun 13 18:43:20 EDT 2014


This is a good idea... +1, thumbs up, *and* retweet!


-----Original Message-----
From: Bill Lorensen <bill.lorensen at gmail.com>
To: VTK Developers <vtk-developers at vtk.org>
Sent: Fri, Jun 13, 2014 4:19 pm
Subject: [vtk-developers] Remote Modules


Folks,

ITK has a great mechanism to bring in external contributions. They are
called Remote Modules. In a nut shell, you provide a small description
of where to get the remote itk modules. For example:
#
# ITK WikiExamples
#  This remote module require a VTK build
#  The following CMake variable must be set for the ITK build
#
# Check for requires cmake variables

itk_fetch_module(WikiExamples
  "A collection of examples that illustrate how to use ITK."
  GIT_REPOSITORY
https://github.com/InsightSoftwareConsortium/ITKWikiExamples.git
# June 13, 2014
  GIT_TAG b14135585268b26a856becbe642de25a08359c04
  )

Then. cmake discovers the module and its itk-module.cmake file and
treats the contributon as a first class module (if turned on).

The mechanism is described here:
http://www.itk.org/Wiki/ITK/Policy_and_Procedures_for_Adding_Remote_Modules

The knowledge base for this resides at Kitware. I suspect that
something similar could be added to VTK.

Bill
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtk-developers


  



More information about the vtk-developers mailing list