Difference between revisions of "2010 Winter Project Week CMAKE Build process"
(Created page with '__NOTOC__ <gallery> Image:PW-SLC2010.png|Projects List <! --Image:genuFAp.jpg|Scatter plot of the original FA data through the genu of the c…') |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
==Key Investigators== | ==Key Investigators== | ||
− | * BWH: | + | * BWH: Katie Hayes |
− | * Kitware: | + | * Kitware: David Partyka |
Line 15: | Line 15: | ||
<h3>Objective</h3> | <h3>Objective</h3> | ||
− | + | Support and maintain the build and release process as well as unit testing of Slicer through the use of CMake and CDash. Our effort is to update the build system of Slicer, currently a collection of tcl scripts, to a new CMake based system. | |
Line 32: | Line 32: | ||
Our approach: | Our approach: | ||
− | + | Slicer and most of it's components presently use CMake individually but are driven and pieced together by the aforementioned tcl scripts into a single application. Our goal is to make use of the features and power of CMake, such as it's new EXTERNAL_PROJECT feature, to replace the tcl build system and simplify building Slicer. There are also tie-ins to the new QT gui where by CMake can be employed to locate and configure the build system to make use of QT in a much simpler manner than the existing tcl build system. | |
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
Line 44: | Line 40: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
+ | Presently the in progress development of this system can be located within the Slicer subversion repository in the Scripts directory in a file called SlicerSuperBuild.cmake | ||
+ | |||
+ | http://svn.slicer.org/Slicer3/trunk/Scripts/SlicerSuperBuild.cmake | ||
+ | |||
+ | This script can presently build all of Slicer and it's components for Windows and about half of the components on Linux. As we continue to progress it will build all components on Linux and Mac. | ||
+ | The Linux version of the SuperBuild script is now very close to functional. | ||
+ | We are revisiting the CPack RPM functionality to provide more binary options for users on Linux. | ||
+ | In addition, we are revisiting the cut a new Slicer release during the programming week (3.4.2). | ||
</div> | </div> | ||
</div> | </div> |
Latest revision as of 17:31, 8 January 2010
Home < 2010 Winter Project Week CMAKE Build processKey Investigators
- BWH: Katie Hayes
- Kitware: David Partyka
Objective
Support and maintain the build and release process as well as unit testing of Slicer through the use of CMake and CDash. Our effort is to update the build system of Slicer, currently a collection of tcl scripts, to a new CMake based system.
Approach, Plan
Our approach:
Slicer and most of it's components presently use CMake individually but are driven and pieced together by the aforementioned tcl scripts into a single application. Our goal is to make use of the features and power of CMake, such as it's new EXTERNAL_PROJECT feature, to replace the tcl build system and simplify building Slicer. There are also tie-ins to the new QT gui where by CMake can be employed to locate and configure the build system to make use of QT in a much simpler manner than the existing tcl build system.
Progress
Presently the in progress development of this system can be located within the Slicer subversion repository in the Scripts directory in a file called SlicerSuperBuild.cmake
http://svn.slicer.org/Slicer3/trunk/Scripts/SlicerSuperBuild.cmake
This script can presently build all of Slicer and it's components for Windows and about half of the components on Linux. As we continue to progress it will build all components on Linux and Mac.
The Linux version of the SuperBuild script is now very close to functional.
We are revisiting the CPack RPM functionality to provide more binary options for users on Linux.
In addition, we are revisiting the cut a new Slicer release during the programming week (3.4.2).