-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #713 from thewtex/toolchain-updates
Toolchain updates
- Loading branch information
Showing
5 changed files
with
8 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARG BASE_IMAGE=dockcross/web-wasm | ||
FROM $BASE_IMAGE:20220705-d45d925 | ||
FROM $BASE_IMAGE:20230114-98aebd0 | ||
ARG BASE_IMAGE | ||
|
||
LABEL maintainer="Matt McCormick <[email protected]>" | ||
|
@@ -17,11 +17,11 @@ RUN git clone https://github.com/KitwareMedical/ITK.git && \ | |
/ITK/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmopenjpeg/src/lib/openjp2/CMakeLists.txt | ||
|
||
# Modify CMake variable to use patched DCMTK library | ||
# GIT_TAG refers to DCMTK branch: 20220802_DCMTK_PATCHES_FOR_ITK-wasm | ||
# GIT_TAG refers to DCMTK branch: 20230115_DCMTK_PATCHES_FOR_ITK-wasm | ||
RUN sed -i -e '/^set(DCMTK_GIT_REPOSITORY/c\set(DCMTK_GIT_REPOSITORY "https://github.com/InsightSoftwareConsortium/DCMTK.git")' \ | ||
/ITK/Modules/ThirdParty/DCMTK/DCMTKGitTag.cmake | ||
|
||
RUN sed -i -e '/^set(DCMTK_GIT_TAG/c\set(DCMTK_GIT_TAG "2136aff6b9c32ae1a5c0bf6bc458c70043bdcd6f")' \ | ||
RUN sed -i -e '/^set(DCMTK_GIT_TAG/c\set(DCMTK_GIT_TAG "8e088dfdfdcd6ba29ea9aa0f5f18f3728086ba55")' \ | ||
/ITK/Modules/ThirdParty/DCMTK/DCMTKGitTag.cmake | ||
|
||
ARG CMAKE_BUILD_TYPE=Release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters