Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMP: Upgrade ITK from v5.3rc04 to v5.3.0 #762

Merged
merged 1 commit into from
Dec 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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.
N-Dekker committed Dec 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8557fd866aae74551767b8ad0ae6dc98022d8fc7
6 changes: 3 additions & 3 deletions .github/workflows/ElastixGitHubActions.yml
Original file line number Diff line number Diff line change
@@ -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"
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