Difference between revisions of "Developer Meetings/20150324"
From Slicer Wiki
m |
m |
||
Line 10: | Line 10: | ||
== Conclusions == | == Conclusions == | ||
+ | |||
+ | * Python conda - next steps: | ||
+ | ** Create External_pythonconda.cmake | ||
+ | ** Add a variable named EXTERNAL_PYTHON_NAME that could take two values: python or pythonconda | ||
+ | ** 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. |
Revision as of 19:03, 24 March 2015
Home < Developer Meetings < 20150324Contents
Updates
To discuss
- Extension contribution process - https://github.com/Slicer/ExtensionsIndex/pull/924#issuecomment-85539317
Todo
Conclusions
- Python conda - next steps:
- Create External_pythonconda.cmake
- Add a variable named EXTERNAL_PYTHON_NAME that could take two values: python or pythonconda
- 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.