Skip to content

Commit

Permalink
build(dcmtk): Update DCMTK to include dcmpstat
Browse files Browse the repository at this point in the history
Update DCMTK to include dcmpstat in its build tree.
dcmpstat is used for reading/processing DICOM presentation states.
  • Loading branch information
jadh4v committed Oct 27, 2022
1 parent 7277a6d commit 4e0dc5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docker/itk-wasm-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ LABEL org.opencontainers.image.source="https://github.com/InsightSoftwareConsort

WORKDIR /

# 2022-07-02 branch: ITKWASM-2022-07-02-5e7aea9
ENV ITK_GIT_TAG afd7a44bd42cb56edb8fcd67bd0f5ecaa2e0f3db
# tag commit date: 2022-10-06 branch: ITKWASM-2022-07-02-5e7aea9
ENV ITK_GIT_TAG b8369ebab03ac2ab7c253a67bdd8ab35a404fc5d
RUN git clone https://github.com/KitwareMedical/ITK.git && \
cd ITK && \
git checkout ${ITK_GIT_TAG} && \
Expand All @@ -21,7 +21,7 @@ RUN git clone https://github.com/KitwareMedical/ITK.git && \
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 "f9da0c6a79bac564cd5c102bb470c4524279d351")' \
RUN sed -i -e '/^set(DCMTK_GIT_TAG/c\set(DCMTK_GIT_TAG "2136aff6b9c32ae1a5c0bf6bc458c70043bdcd6f")' \
/ITK/Modules/ThirdParty/DCMTK/DCMTKGitTag.cmake

ARG CMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 4e0dc5f

Please sign in to comment.