Skip to content

Commit

Permalink
disable trilinos
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb authored Oct 15, 2023
1 parent 78e8fd0 commit 2bafb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pySurfMod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN git clone https://bitbucket.org/fenics-project/mshr && \
# Build and install dolfin
RUN mkdir dolphin_build && \
cd dolphin_build && \
CC=gcc-11 CXX=g++-11 cmake -DDOLFIN_ENABLE_SUNDIALS=false ../dolfin && \
CC=gcc-11 CXX=g++-11 cmake -DDOLFIN_ENABLE_SUNDIALS=false -DDOLFIN_ENABLE_TRILINOS=false ../dolfin && \
make install && \
pip3 install ../dolfin/python

Expand Down

0 comments on commit 2bafb5f

Please sign in to comment.