Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
sfcgal now requires CGAL 5.6+ and sfcgal repo has moved to it's own dedicated org from Oslandia
  • Loading branch information
robe2 committed Oct 30, 2023
1 parent c4caf80 commit a012bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN echo /usr/lib/x86_64-linux-gnu/libeatmydata.so >> /etc/ld.so.preload

ARG BUILD_THREADS=4

ARG CGAL_BRANCH=5.3
ARG CGAL_BRANCH=5.6
RUN wget https://github.com/CGAL/cgal/releases/download/v${CGAL_BRANCH}/CGAL-${CGAL_BRANCH}.tar.xz && \
tar xJf CGAL-${CGAL_BRANCH}.tar.xz && \
cd CGAL-${CGAL_BRANCH} && mkdir build && cd build && \
Expand All @@ -58,7 +58,7 @@ RUN wget https://github.com/CGAL/cgal/releases/download/v${CGAL_BRANCH}/CGAL-${C
cd /src && rm -rf CGAL-${CGAL_BRANCH}

ARG SFCGAL_BRANCH=master
RUN git clone --depth 1 --branch ${SFCGAL_BRANCH} https://gitlab.com/Oslandia/SFCGAL.git && \
RUN git clone --depth 1 --branch ${SFCGAL_BRANCH} https://gitlab.com/sfcgal/SFCGAL.git && \
cd SFCGAL && \
mkdir cmake-build && \
cd cmake-build && \
Expand Down

0 comments on commit a012bad

Please sign in to comment.