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:
13
13
- os : ubuntu-18.04
14
14
c-compiler : " gcc"
15
15
cxx-compiler : " g++"
16
- itk-git-tag : " 3f6c15eb531cecbd7de1b5ddd8667d5978493344 "
16
+ itk-git-tag : " v5.2.0 "
17
17
cmake-build-type : " MinSizeRel"
18
18
- os : windows-2019
19
19
c-compiler : " cl.exe"
20
20
cxx-compiler : " cl.exe"
21
- itk-git-tag : " 3f6c15eb531cecbd7de1b5ddd8667d5978493344 "
21
+ itk-git-tag : " v5.2.0 "
22
22
cmake-build-type : " Release"
23
23
- os : macos-10.15
24
24
c-compiler : " clang"
25
25
cxx-compiler : " clang++"
26
- itk-git-tag : " 3f6c15eb531cecbd7de1b5ddd8667d5978493344 "
26
+ itk-git-tag : " v5.2.0 "
27
27
cmake-build-type : " MinSizeRel"
28
28
29
29
steps :
Original file line number Diff line number Diff line change 2
2
# Get and build itk
3
3
4
4
if (NOT ITK_TAG )
5
- set (ITK_TAG "3f6c15eb531cecbd7de1b5ddd8667d5978493344 " )
5
+ set (ITK_TAG "v5.2.0 " )
6
6
endif ()
7
7
8
8
set (_vtk_args )
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ ExternalProject_Add(ITKPython
17
17
DOWNLOAD_COMMAND ""
18
18
CONFIGURE_COMMAND ${PYTHON_EXECUTABLE} -m venv "${_itk_venv} "
19
19
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
21
21
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR} /ITKBlackConfig.cmake
22
22
)
You can’t perform that action at this time.
0 commit comments