Skip to content

Commit

Permalink
test new version of METIS
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Jan 16, 2024
1 parent c0b61da commit 0678e05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/sofabuilder_fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker/sofabuilder_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0678e05

Please sign in to comment.