From 8557fd866aae74551767b8ad0ae6dc98022d8fc7 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Fri, 25 Nov 2022 15:42:14 +0100 Subject: [PATCH] COMP: Upgrade ITK from v5.3rc04 to v5.3.0 Upgraded ITK on the CI to version 5.3.0, which was tagged by Matt McCormick on 24 November 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3.0 Following ITKElastix pull request https://github.com/InsightSoftwareConsortium/ITKElastix/pull/180 commit https://github.com/InsightSoftwareConsortium/ITKElastix/commit/758af30334bd1ae2bc8578a79b146e6645a731b1 "ENH: Bump for ITK v5.3.0", Tom Birdsong, November 29, 2022. Follow-up to pull request https://github.com/SuperElastix/elastix/pull/693 commit b7eeae185bbc2ee72ea8aa76ac8de79f0ebd519e "COMP: Upgrade ITK from v5.3rc03 to v5.3rc04", August 25, 2022. --- .github/workflows/ElastixGitHubActions.yml | 6 +++--- Testing/CI/Azure/ci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ElastixGitHubActions.yml b/.github/workflows/ElastixGitHubActions.yml index f61084515..e2f2c421e 100644 --- a/.github/workflows/ElastixGitHubActions.yml +++ b/.github/workflows/ElastixGitHubActions.yml @@ -18,21 +18,21 @@ jobs: - os: ubuntu-18.04 c-compiler: "gcc" cxx-compiler: "g++" - itk-git-tag: "v5.3rc04" + itk-git-tag: "v5.3.0" cmake-build-type: "Release" ANNLib: "libANNlib-5.0.so" ANNLib2: "libANNlib-5.0.so.1" - os: windows-2019 c-compiler: "cl.exe" cxx-compiler: "cl.exe" - itk-git-tag: "v5.3rc04" + itk-git-tag: "v5.3.0" cmake-build-type: "Release" ANNLib: "ANNlib-5.0.dll" vcvars64: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" - os: macos-11 c-compiler: "clang" cxx-compiler: "clang++" - itk-git-tag: "v5.3rc04" + itk-git-tag: "v5.3.0" cmake-build-type: "Release" ANNLib: "libANNlib-5.0.1.dylib" ANNLib2: "libANNlib-5.0.dylib" diff --git a/Testing/CI/Azure/ci.yml b/Testing/CI/Azure/ci.yml index 930e60ef7..19528518f 100644 --- a/Testing/CI/Azure/ci.yml +++ b/Testing/CI/Azure/ci.yml @@ -1,5 +1,5 @@ variables: - ITKv5_VERSION: v5.3rc04 + ITKv5_VERSION: v5.3.0 ITK_GIT_URL: https://github.com/InsightSoftwareConsortium/ITK ITK_SOURCE_DIR: $(Agent.BuildDirectory)/ITK-source ITK_BINARY_DIR: $(Agent.BuildDirectory)/ITK-build