Difference between revisions of "Developer Meetings/20150324"

From Slicer Wiki
Jump to: navigation, search
(Created page with '== Updates == == To discuss == == Conclusions ==')
 
m
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
== To discuss ==
 
== To discuss ==
 +
 +
* Extension contribution process - https://github.com/Slicer/ExtensionsIndex/pull/924#issuecomment-85539317
 +
 +
== Todo ==
 +
 +
* http://www.na-mic.org/Bug/view.php?id=3876
  
 
== Conclusions ==
 
== Conclusions ==
 +
 +
* Python conda - next steps:
 +
** Create External_miniconda.cmake
 +
** Add a variable named EXTERNAL_PYTHON_NAME that could take two values: python or miniconda
 +
*** In the SuperBuild.cmake, an option named  EXTERNAL_PYTHON_NAME could be added. By default, it would be set to "python" but could switch to "miniconda"
 +
** Projects like External_{CTK, VTK}.cmake would be updated to depend on ${EXTERNAL_PYTHON_NAME}
 +
** For now, let's consider only the case OpenSSL disabled.

Latest revision as of 19:07, 24 March 2015

Home < Developer Meetings < 20150324

Updates

To discuss

Todo

Conclusions

  • Python conda - next steps:
    • Create External_miniconda.cmake
    • Add a variable named EXTERNAL_PYTHON_NAME that could take two values: python or miniconda
      • In the SuperBuild.cmake, an option named EXTERNAL_PYTHON_NAME could be added. By default, it would be set to "python" but could switch to "miniconda"
    • Projects like External_{CTK, VTK}.cmake would be updated to depend on ${EXTERNAL_PYTHON_NAME}
    • For now, let's consider only the case OpenSSL disabled.