Skip to content

Commit

Permalink
build(docker): enable the IOMeshMZ3 remote module
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Dec 3, 2024
1 parent ab9949c commit bb28d61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion itk_wasm_env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export ITK_WASM_DCMTK_REPOSITORY=${ITK_WASM_DCMTK_REPOSITORY:-"https://github.co
export ITK_WASM_DCMTK_GIT_TAG=${ITK_WASM_DCMTK_GIT_TAG:-"93e6d1b20b476c388f0379245c8c6e96af7f16f4"}

export ITK_WASM_ITK_REPOSITORY=${ITK_WASM_ITK_REPOSITORY:-"https://github.com/KitwareMedical/ITK"}
export ITK_WASM_ITK_BRANCH=${ITK_WASM_ITK_BRANCH:-"itkwasm-2024-05-20-5db055d7ad3b-4"}
export ITK_WASM_ITK_BRANCH=${ITK_WASM_ITK_BRANCH:-"itkwasm-2024-05-20-5db055d7ad3b-5"}

export ITK_WASM_NATIVE_WORKSPACE=${ITK_WASM_NATIVE_WORKSPACE:-$(pwd)/native}

Expand Down
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ cmd = '''cmake -B$ITK_WASM_ITK_BUILD_DIR -S$ITK_WASM_ITK_SOURCE_DIR -GNinja
-DModule_Cuberille:BOOL=ON
-DModule_TotalVariation:BOOL=ON
-DModule_IOMeshSTL:BOOL=ON
-DModule_IOMeshMZ3:BOOL=ON
-DModule_GenericLabelInterpolator:BOOL=ON
-DModule_MeshToPolyData:BOOL=ON
-DModule_ITKIOTransformMINC:BOOL=ON
Expand Down
1 change: 1 addition & 0 deletions src/docker/itk-wasm-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN mkdir ITK-build && \
-DModule_Cuberille:BOOL=ON \
-DModule_TotalVariation:BOOL=ON \
-DModule_IOMeshSTL:BOOL=ON \
-DModule_IOMeshMZ3:BOOL=ON \
-DModule_GenericLabelInterpolator:BOOL=ON \
-DDO_NOT_BUILD_ITK_TEST_DRIVER:BOOL=ON \
-DOPJ_USE_THREAD:BOOL=OFF \
Expand Down

0 comments on commit bb28d61

Please sign in to comment.