Skip to content

Commit

Permalink
#32: restore base docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 18, 2024
1 parent 0821581 commit e501487
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/make-base-ubuntu22.04-gcc11-x64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,12 @@ ENV CONDA_AUTO_UPDATE_CONDA=false
RUN mkdir -p /opt/src/vtk
RUN git clone --recursive --branch v9.2.2 https://gitlab.kitware.com/vtk/vtk.git /opt/src/vtk

ENV CC=gcc-11 \
CXX=g++-11

# Build VTK
RUN mkdir -p /opt/build/vtk-build
WORKDIR /opt/build/vtk-build
RUN cmake \
-DCMAKE_C_COMPILER=gcc-11 \
-DCMAKE_CXX_COMPILER=g++-11 \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DBUILD_TESTING:BOOL=OFF \
-DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
Expand Down

0 comments on commit e501487

Please sign in to comment.