Difference between revisions of "Developer Meetings/20130514"

From Slicer Wiki
Jump to: navigation, search
 
(6 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
* Enable SimpleITK!?!
 
* Enable SimpleITK!?!
 
** mac, linux seem fine, but windows debug build gives link error looking for python27_d.lib
 
** mac, linux seem fine, but windows debug build gives link error looking for python27_d.lib
 +
*** CMake PythonLibs?
 
* Can we get a green dashboard?
 
* Can we get a green dashboard?
 
** Five failing tests on ubuntu [http://slicer.cdash.org/viewTest.php?onlyfailed&buildid=96806], ten if debug leaks is turned on [http://slicer.cdash.org/viewTest.php?onlyfailed&buildid=96798]
 
** Five failing tests on ubuntu [http://slicer.cdash.org/viewTest.php?onlyfailed&buildid=96806], ten if debug leaks is turned on [http://slicer.cdash.org/viewTest.php?onlyfailed&buildid=96798]
 
** Fifteen on mac [http://slicer.cdash.org/testDetails.php?test=3858925&build=96804], eighteen if debug leaks is turned on [http://slicer.cdash.org/viewTest.php?onlyfailed&buildid=96799]
 
** Fifteen on mac [http://slicer.cdash.org/testDetails.php?test=3858925&build=96804], eighteen if debug leaks is turned on [http://slicer.cdash.org/viewTest.php?onlyfailed&buildid=96799]
 +
* Events
 +
** [http://www.commontk.org/index.php/CTK-Hackfest-May-2013 CTK Hackfest next week]
 +
** [http://www.na-mic.org/Wiki/index.php/2013_Summer_Project_Week NA-MIC Project week next month]
 +
* Discussed build issue reported by Laurent: http://slicer-devel.65872.n3.nabble.com/Slicer4-not-building-tt4028220.html#a4028640
 +
* Missing color nodes in volumes module
 +
** [http://www.na-mic.org/Bug/view.php?id=2796 bug 2796]
 +
** [http://www.na-mic.org/Bug/view.php?id=2528 bug 2528]
 +
* [http://www.na-mic.org/Bug/view.php?id=2326#c8637 Unique names in Save Data dialog]
 +
* Karl asks: "is it allowed/possible to (directly) us LAPACK/BLAS functions in a Slicer extension (at least under linux) ?"
  
 
== Conclusion ==
 
== Conclusion ==
 +
 +
* SimpleITK will be enabled for nightlies, but not turned on by default for all builds due to windows debug build issue.
 +
* Some of the easier test failures will be fixed (baseline data, Qt testing issues related to gui changes).  Harder issues will continue to be explored.
 +
* Jc and Laurent reviewed build issues.
 +
* Alex and Nicole went over color issues.
 +
* Steve agreed to change the save data dialog to match Isaiah's request
 +
* Karl was advised to use numpy or vnl via ITK if possible.

Latest revision as of 16:26, 17 May 2013

Home < Developer Meetings < 20130514

To discuss

Conclusion

  • SimpleITK will be enabled for nightlies, but not turned on by default for all builds due to windows debug build issue.
  • Some of the easier test failures will be fixed (baseline data, Qt testing issues related to gui changes). Harder issues will continue to be explored.
  • Jc and Laurent reviewed build issues.
  • Alex and Nicole went over color issues.
  • Steve agreed to change the save data dialog to match Isaiah's request
  • Karl was advised to use numpy or vnl via ITK if possible.