From 5f6f4e3a091748b844028cede4c3b4b76eeaae33 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Mon, 25 Jul 2022 16:23:47 +0200 Subject: [PATCH] COMP: Upgrade ITK from v5.3rc03 to v5.3rc04 Upgraded ITK on the CI to version 5.3 RC04, which was tagged on 12 July 2022 and released on 23 August 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3rc04 Follow-up to pull request https://github.com/SuperElastix/elastix/pull/620 commit a0cf5235691ab0e7416600ed29db5abf2ff8ffe2 "COMP: Upgrade ITK from v5.2.0 to v5.3rc03", 18 February 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 169bcbe95..22d88f859 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.3rc03" + itk-git-tag: "v5.3rc04" 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.3rc03" + itk-git-tag: "v5.3rc04" 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.3rc03" + itk-git-tag: "v5.3rc04" 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 8a1dd19f8..108a7b2c1 100644 --- a/Testing/CI/Azure/ci.yml +++ b/Testing/CI/Azure/ci.yml @@ -1,5 +1,5 @@ variables: - ITKv5_VERSION: v5.3rc03 + ITKv5_VERSION: v5.3rc04 ITK_GIT_URL: https://github.com/InsightSoftwareConsortium/ITK ITK_SOURCE_DIR: $(Agent.BuildDirectory)/ITK-source ITK_BINARY_DIR: $(Agent.BuildDirectory)/ITK-build