Skip to content

Commit

Permalink
ENH: Upgrade ITK from v5.3.0 to v5.4rc02 (C++17)
Browse files Browse the repository at this point in the history
Upgraded ITK on the CI to version 5.4rc02: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.4rc02

Follow-up to pull request #762 commit 353a095 "COMP: Upgrade ITK from v5.3rc04 to v5.3.0", August 25, 2022.

Following ITKElastix pull request InsightSoftwareConsortium/ITKElastix#260 (merged on November 1, 2023).

ITK v5.4 includes the upgrade from C++14 to C++17.
  • Loading branch information
N-Dekker committed Nov 6, 2023
1 parent f64965f commit 5f0940d
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-20.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "v5.3.0"
itk-git-tag: "v5.4rc02"
cmake-build-type: "Release"
ANNLib: "libANNlib-5.1.so"
ANNLib2: "libANNlib-5.1.so.1"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.3.0"
itk-git-tag: "v5.4rc02"
cmake-build-type: "Release"
ANNLib: "ANNlib-5.1.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.3.0"
itk-git-tag: "v5.4rc02"
cmake-build-type: "Release"
ANNLib: "libANNlib-5.1.1.dylib"
ANNLib2: "libANNlib-5.1.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.3.0
ITKv5_VERSION: v5.4rc02
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 5f0940d

Please sign in to comment.