Difference between revisions of "Developer Meetings/20150901"
From Slicer Wiki
m (→Conclusion) |
m (→Conclusion) |
||
Line 24: | Line 24: | ||
* It is not clear what is the default license associated with extension. | * It is not clear what is the default license associated with extension. | ||
** Todo: Update template to explicitly default to the Slicer license. The Slicer license would be copied into each template folder. Description would be updated with the following text "Unless specified differently, the extension code is distributed under 3D Slicer BSD style license" | ** Todo: Update template to explicitly default to the Slicer license. The Slicer license would be copied into each template folder. Description would be updated with the following text "Unless specified differently, the extension code is distributed under 3D Slicer BSD style license" | ||
− | ** | + | ** Ideally, we could also extend the description file spec to include a "license" identifier. |
* What about closed source ? | * What about closed source ? | ||
** These will not be distributed by the Slicer extension manager. A solution would be setup a dedicated extension server. | ** These will not be distributed by the Slicer extension manager. A solution would be setup a dedicated extension server. |
Revision as of 19:06, 1 September 2015
Home < Developer Meetings < 20150901To join the hangout, open this page and click on "Join hangout"
Update
- Jc:
- Max made some good progress regarding the crash on exit issue experienced on Linux when building against Python >= 2.7.4.
- The problem wasn't specific to miniconda. Few fixes have been pushed to commontk/PythonQt
- Version of python built in Slicer will soon be updated from Python 2.7.3 to 2.7.10.
- On my list: (1) finalize work related to slicer/conda experiment, (2) fix remaining packaging issues, (3) Integration of PRs Use SimpleITK's SuperBuild for additional dependencies., Move to itkmghio
- Max made some good progress regarding the crash on exit issue experienced on Linux when building against Python >= 2.7.4.
- Steve
- working on Q3DCExtension with Bea and Francois for SlicerCMF
- working on CommonGL for new volume renderer and editor effects
To Discuss
- Confirm/refine Slicer 4.5 release plan discussed in previous meeting.
- Update description of extension to better explain the differences between the extension categories:
Conclusion
- Should we "allow" extension bundling GPL source code to be built on the factory and distributed with Slicer ?
- Potentially yes, we could distribute code distributed under non academic license (aka reciprocal public license). That said, we would have to update the infrastructure to clearly notify the user.
- It is not clear what is the default license associated with extension.
- Todo: Update template to explicitly default to the Slicer license. The Slicer license would be copied into each template folder. Description would be updated with the following text "Unless specified differently, the extension code is distributed under 3D Slicer BSD style license"
- Ideally, we could also extend the description file spec to include a "license" identifier.
- What about closed source ?
- These will not be distributed by the Slicer extension manager. A solution would be setup a dedicated extension server.