Skip to content

Commit

Permalink
FIX metis crash
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Jan 15, 2024
1 parent 63c1e3e commit 737bd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sofabuilder_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ ENV VM_CGAL_PATH="/usr/local/lib/cmake/CGAL"


# Install METIS
RUN git clone https://github.com/bakpaul/METIS.git \
RUN git clone https://github.com/sofa-framework/METIS.git \
&& cd METIS \
&& git checkout v5.1.1-ModernInstall \
&& cd .. && mkdir build && cd build \
Expand Down

0 comments on commit 737bd1a

Please sign in to comment.