Difference between revisions of "Developer Meetings/20150324"

From Slicer Wiki
Jump to: navigation, search
m
Line 12: Line 12:
  
 
* Python conda - next steps:
 
* Python conda - next steps:
** Create External_pythonconda.cmake
+
** Create External_miniconda.cmake:
** Add a variable named EXTERNAL_PYTHON_NAME that could take two values: python or pythonconda
+
***
 +
** Add a variable named EXTERNAL_PYTHON_NAME that could take two values: python or miniconda
 
** Projects like External_{CTK, VTK}.cmake would be updated to depend on ${EXTERNAL_PYTHON_NAME}
 
** 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.
 
** For now, let's consider only the case OpenSSL disabled.

Revision as of 19:05, 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
    • 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.