File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 - os : ubuntu-18.04
1414 c-compiler : " gcc"
1515 cxx-compiler : " g++"
16- itk-git-tag : " 3f6c15eb531cecbd7de1b5ddd8667d5978493344 "
16+ itk-git-tag : " v5.2.0 "
1717 cmake-build-type : " MinSizeRel"
1818 - os : windows-2019
1919 c-compiler : " cl.exe"
2020 cxx-compiler : " cl.exe"
21- itk-git-tag : " 3f6c15eb531cecbd7de1b5ddd8667d5978493344 "
21+ itk-git-tag : " v5.2.0 "
2222 cmake-build-type : " Release"
2323 - os : macos-10.15
2424 c-compiler : " clang"
2525 cxx-compiler : " clang++"
26- itk-git-tag : " 3f6c15eb531cecbd7de1b5ddd8667d5978493344 "
26+ itk-git-tag : " v5.2.0 "
2727 cmake-build-type : " MinSizeRel"
2828
2929 steps :
Original file line number Diff line number Diff line change 22# Get and build itk
33
44if (NOT ITK_TAG)
5- set (ITK_TAG "3f6c15eb531cecbd7de1b5ddd8667d5978493344 " )
5+ set (ITK_TAG "v5.2.0 " )
66endif ()
77
88set (_vtk_args)
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ ExternalProject_Add(ITKPython
1717 DOWNLOAD_COMMAND ""
1818 CONFIGURE_COMMAND ${PYTHON_EXECUTABLE} -m venv "${_itk_venv} "
1919 BUILD_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --upgrade pip
20- INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --ignore -installed itk>=5.2rc3 sphinx==3.0.4 six black nbsphinx
20+ INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --ignore -installed itk>=5.2.0.post2 sphinx==3.0.4 six black nbsphinx
2121 COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR} /ITKBlackConfig.cmake
2222 )
You can’t perform that action at this time.
0 commit comments