Difference between revisions of "Projects/Slicer3/2007 Project Week CPack, Ctest infrastructure improvements"

From NAMIC Wiki
Jump to: navigation, search
Line 18: Line 18:
 
* Need to address uploading of nightly, snapshot, and release builds to slicer.org website.\
 
* Need to address uploading of nightly, snapshot, and release builds to slicer.org website.\
 
* Look and feel of the [http://www.na-mic.org/Slicer/Download download page] needs to be revamped
 
* Look and feel of the [http://www.na-mic.org/Slicer/Download download page] needs to be revamped
 +
* CPack installers are much larger than needed (extra .h and .txx files are included)
 +
* Linux .sh versions of the installer are incompatible with ubuntu's version of sh
 
</div>
 
</div>
  

Revision as of 17:09, 7 June 2007

Home < Projects < Slicer3 < 2007 Project Week CPack, Ctest infrastructure improvements
Slicer3 Dashboard.


Key Investigators

  • Kitware: Bill Hoffman
  • BWH: Katie Hayes, Steve Pieper


Objective

We will be revisting the CMake/CPack/CTest infrastructure, fixing bugs, and making feature requests.

  • Need to address uploading of nightly, snapshot, and release builds to slicer.org website.\
  • Look and feel of the download page needs to be revamped
  • CPack installers are much larger than needed (extra .h and .txx files are included)
  • Linux .sh versions of the installer are incompatible with ubuntu's version of sh

Approach, Plan

Our approach for updating and maintaining the Cx software will be to field requests from users, maintain a central list of user-reported bugs and feature requests, and assign them to the appropriate developers.

Our plan for the project week is to create a wiki page to centralize and track our bug reports and feature requests.

Progress

CMake, CPack, and CTest are currently being used with Slicer 2.x and Slicer3 across multiple platforms including Unix, Linux, Windows, and Mac.



References