diff --git a/docker/sofabuilder_fedora/Dockerfile b/docker/sofabuilder_fedora/Dockerfile index 99bddf8..32e3234 100644 --- a/docker/sofabuilder_fedora/Dockerfile +++ b/docker/sofabuilder_fedora/Dockerfile @@ -122,7 +122,7 @@ ENV VM_CGAL_PATH="/usr/local/lib64/cmake/CGAL" # Install METIS RUN git clone https://github.com/sofa-framework/METIS.git \ && cd METIS \ - && git checkout v5.1.1-ModernInstall \ + && git checkout v5.2.1-ModernInstall \ && cd .. && mkdir build && cd build \ && cmake ../METIS \ && make --silent install -j 5 diff --git a/docker/sofabuilder_ubuntu/Dockerfile b/docker/sofabuilder_ubuntu/Dockerfile index 519c9a2..66626f6 100644 --- a/docker/sofabuilder_ubuntu/Dockerfile +++ b/docker/sofabuilder_ubuntu/Dockerfile @@ -123,9 +123,9 @@ ENV VM_CGAL_PATH="/usr/local/lib/cmake/CGAL" # Install METIS RUN git clone https://github.com/sofa-framework/METIS.git \ && cd METIS \ - && git checkout v5.1.1-ModernInstall \ + && git checkout v5.2.1-ModernInstall \ && cd .. && mkdir build && cd build \ - && cmake ../METIS \ + && cmake ../METIS && cmake -LAH | grep GKRAND\ && make --silent install -j 5 # Install CUDA