Skip to content

Commit

Permalink
#16: try different cmake flags in base dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Apr 24, 2024
1 parent 333fa14 commit 273b2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/build-and-test-bindings.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ ENV VTTV_VTK_DIR=/opt/build/vtk-build
ENV CC=gcc-11
ENV CXX=g++-11

# install vtk-osmesa
RUN apt update
RUN python -m pip install --extra-index-url https://wheels.vtk.org vtk-osmesa

# build bindings
RUN /bin/bash -c ". /opt/conda/etc/profile.d/conda.sh && conda activate deves && pip install /opt/src/vt-tv"

Expand Down
2 changes: 2 additions & 0 deletions ci/make-base-ubuntu22.04-gcc11-x64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ RUN cmake \
-DCMAKE_CXX_COMPILER=g++-11 \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DBUILD_TESTING:BOOL=OFF \
-DVTK_OPENGL_HAS_MESA:BOOL=ON \
-DVTK_DEFAULT_RENDER_WINDOW_OFFSCREEN:BOOL=ON \
-DVTK_Group_Rendering:BOOL=OFF \
-DBUILD_TESTING:BOOL=OFF \
-DBUILD_SHARED_LIBS:BOOL=ON \
Expand Down

0 comments on commit 273b2ea

Please sign in to comment.