Skip to content

Commit

Permalink
Fix Parmetis Download URL (#99)
Browse files Browse the repository at this point in the history
Fixes the Parmetis download URL and thus container build.
  • Loading branch information
fthaler authored Oct 28, 2024
1 parent dc36e71 commit 9d2bd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parmetis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Marco Bettiol <[email protected]>"

ARG PARMETIS_VERSION=4.0.3
RUN cd /tmp && \
wget -q http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-${PARMETIS_VERSION}.tar.gz && \
wget -q https://karypis.github.io/glaros/files/sw/parmetis/parmetis-${PARMETIS_VERSION}.tar.gz && \
tar xzf parmetis-${PARMETIS_VERSION}.tar.gz && \
cd parmetis-${PARMETIS_VERSION} && \
sed -i 's/#define IDXTYPEWIDTH 32/#define IDXTYPEWIDTH 64/g' metis/include/metis.h && \
Expand Down

0 comments on commit 9d2bd53

Please sign in to comment.