Difference between revisions of "Developer Meetings/20150915"
From Slicer Wiki
(6 intermediate revisions by 3 users not shown) | |||
Line 12: | Line 12: | ||
*** [https://github.com/Slicer/Slicer/pull/339 PR#339 STYLE: Facilitate integration with python IDE] | *** [https://github.com/Slicer/Slicer/pull/339 PR#339 STYLE: Facilitate integration with python IDE] | ||
*** [https://github.com/Slicer/Slicer/pull/338 PR#338 STYLE: Refactor DataProbe for easier customization] | *** [https://github.com/Slicer/Slicer/pull/338 PR#338 STYLE: Refactor DataProbe for easier customization] | ||
+ | * Nicole | ||
+ | ** Proposed changes: | ||
+ | *** Improvements to CTK related to deleting individual items from the DICOM file browser: https://github.com/commontk/CTK/pull/597 | ||
+ | **** integrated and closed, pull request to update Slicer: https://github.com/Slicer/Slicer/pull/340 | ||
+ | *** Fix for repeated extensions in volume property file saving: https://github.com/Slicer/Slicer/pull/341 | ||
= To Discuss= | = To Discuss= | ||
Line 17: | Line 22: | ||
* Following integration of [https://github.com/Slicer/Slicer/pull/312 PR#312 Move to itkmghio], test <code>py_nomainwindow_test_slicer_mgh</code> is failing on [http://slicer.cdash.org/viewTest.php?onlydelta&buildid=637261 linux] and [http://slicer.cdash.org/viewTest.php?buildid=637262&onlydelta windows]. | * Following integration of [https://github.com/Slicer/Slicer/pull/312 PR#312 Move to itkmghio], test <code>py_nomainwindow_test_slicer_mgh</code> is failing on [http://slicer.cdash.org/viewTest.php?onlydelta&buildid=637261 linux] and [http://slicer.cdash.org/viewTest.php?buildid=637262&onlydelta windows]. | ||
* Upgrade of DCMTK: https://github.com/Slicer/Slicer/pull/329 | * Upgrade of DCMTK: https://github.com/Slicer/Slicer/pull/329 | ||
− | * | + | * SimpleITK Superbuild Installation |
+ | ** [https://github.com/Slicer/Slicer/pull/308 PR#308 Use SimpleITK's SuperBuild for additional dependencies. ] | ||
+ | ** Shared Libraries?, Headers? | ||
= Conclusion = | = Conclusion = | ||
+ | * Suggestion from Brad to address the MGHIO issue: Add IO factory in the ITKRegistration CMakeLists.txt. See https://github.com/Slicer/Slicer/blob/master/Libs/ITKFactoryRegistration/CMakeLists.txt | ||
+ | * After describing the Slicer packaging system in more details, Brad will update his PR. |
Latest revision as of 23:09, 15 September 2015
Home < Developer Meetings < 20150915Update
- Jc:
- Reviewed and integrated:
- Reviewed:
- Proposed changes:
- Nicole
- Proposed changes:
- Improvements to CTK related to deleting individual items from the DICOM file browser: https://github.com/commontk/CTK/pull/597
- integrated and closed, pull request to update Slicer: https://github.com/Slicer/Slicer/pull/340
- Fix for repeated extensions in volume property file saving: https://github.com/Slicer/Slicer/pull/341
- Improvements to CTK related to deleting individual items from the DICOM file browser: https://github.com/commontk/CTK/pull/597
- Proposed changes:
To Discuss
- Following integration of PR#312 Move to itkmghio, test
py_nomainwindow_test_slicer_mgh
is failing on linux and windows. - Upgrade of DCMTK: https://github.com/Slicer/Slicer/pull/329
- SimpleITK Superbuild Installation
- PR#308 Use SimpleITK's SuperBuild for additional dependencies.
- Shared Libraries?, Headers?
Conclusion
- Suggestion from Brad to address the MGHIO issue: Add IO factory in the ITKRegistration CMakeLists.txt. See https://github.com/Slicer/Slicer/blob/master/Libs/ITKFactoryRegistration/CMakeLists.txt
- After describing the Slicer packaging system in more details, Brad will update his PR.