Skip to content

Commit

Permalink
COMP: Upgrade ITK from v5.3rc03 to v5.3rc04
Browse files Browse the repository at this point in the history
Upgraded ITK on the CI to version 5.3 RC04, which was tagged on 12 July 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3rc04

Follow-up to pull request #620 commit a0cf523 "COMP: Upgrade ITK from v5.2.0 to v5.3rc03", 18 February 2022.
  • Loading branch information
N-Dekker committed Jul 25, 2022
1 parent 327f303 commit 8545e5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ElastixGitHubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Testing/CI/Azure/ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8545e5f

Please sign in to comment.