Skip to content

Commit

Permalink
COMP: Upgrade ITK from v5.3rc04 to v5.3.0
Browse files Browse the repository at this point in the history
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 InsightSoftwareConsortium/ITKElastix#180 commit InsightSoftwareConsortium/ITKElastix@758af30 "ENH: Bump for ITK v5.3.0", Tom Birdsong, November 29, 2022.

Follow-up to pull request #693 commit b7eeae1 "COMP: Upgrade ITK from v5.3rc03 to v5.3rc04", August 25, 2022.
  • Loading branch information
N-Dekker committed Dec 7, 2022
1 parent debc79e commit 353a095
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.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"
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.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
Expand Down

0 comments on commit 353a095

Please sign in to comment.