InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 16 forks source link

ENH: Add Visual Studio toolset version to CI configuration #78

Closed thewtex closed 3 years ago

thewtex commented 4 years ago

Enable a consistent toolchain for binary compatilibilty with the ITK Python Builds created with the 5.1 release and remote module Python packages.

thewtex commented 4 years ago

Doesn't Python 3.5 require VS 2015 (v140 toolset)?

Recent, i.e. since VS 2015 and Python 3.5, a Universal CRT is used so v140 toolset and later can be used in binaries. For background, see, e.g.:

https://stevedower.id.au/blog/building-for-python-3-5

dzenanz commented 3 years ago

PR #90 has removed Azure pipelines, so this PR is no longer relevant.