From 737bd1a533778517ef635d88cb9708aa9e7518b0 Mon Sep 17 00:00:00 2001 From: bakpaul Date: Mon, 15 Jan 2024 15:07:07 +0100 Subject: [PATCH] FIX metis crash --- docker/sofabuilder_ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/sofabuilder_ubuntu/Dockerfile b/docker/sofabuilder_ubuntu/Dockerfile index bd165ed..519c9a2 100644 --- a/docker/sofabuilder_ubuntu/Dockerfile +++ b/docker/sofabuilder_ubuntu/Dockerfile @@ -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 \