File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,16 @@ RUN pacman -U --noconfirm *.pkg.tar.zst && \
68
68
69
69
RUN pacman -Sy --noconfirm unzip wget && pacman -Scc
70
70
71
- RUN wget https://github.com/sloriot /LAStools/archive/refs/heads/fix_make_install .zip \
72
- && unzip fix_make_install .zip \
73
- && cd LAStools-fix_make_install \
71
+ RUN wget https://github.com/LAStools /LAStools/archive/refs/heads/master .zip \
72
+ && unzip master .zip \
73
+ && cd LAStools-master \
74
74
&& mkdir build \
75
75
&& cd build \
76
76
&& cmake -DCMAKE_BUILD_TYPE=Release .. \
77
77
&& make -j "$(nproc)" \
78
78
&& make install \
79
79
&& cd .. \
80
- && rm -rf LAStools-fix_make_install fix_make_install .zip
80
+ && rm -rf LAStools-master master .zip
81
81
82
82
83
83
# LEDA includes are in a nonstandard location (/usr/include/LEDA/LEDA/...
Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ RUN dnf -y install \
37
37
lsb-release \
38
38
json-devel
39
39
40
- RUN wget https://github.com/sloriot /LAStools/archive/refs/heads/fix_make_install .zip \
41
- && unzip fix_make_install .zip \
42
- && cd LAStools-fix_make_install \
40
+ RUN wget https://github.com/LAStools /LAStools/archive/refs/heads/master .zip \
41
+ && unzip master .zip \
42
+ && cd LAStools-master \
43
43
&& mkdir build \
44
44
&& cd build \
45
45
&& cmake -DCMAKE_BUILD_TYPE=Release .. \
46
46
&& make -j "$(nproc)" \
47
47
&& make install \
48
48
&& cd .. \
49
- && rm -rf LAStools-fix_make_install fix_make_install .zip
49
+ && rm -rf LAStools-master master .zip
50
50
51
51
52
52
Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ RUN apt-get update \
21
21
&& make -j"$(nproc)" install \
22
22
&& cd /tmp && rm -rf build llvm
23
23
24
- RUN wget https://github.com/sloriot /LAStools/archive/refs/heads/fix_make_install .zip \
25
- && unzip fix_make_install .zip \
26
- && cd LAStools-fix_make_install \
24
+ RUN wget https://github.com/LAStools /LAStools/archive/refs/heads/master .zip \
25
+ && unzip master .zip \
26
+ && cd LAStools-master \
27
27
&& mkdir build \
28
28
&& cd build \
29
29
&& cmake -DCMAKE_BUILD_TYPE=Release .. \
30
30
&& make -j "$(nproc)" \
31
31
&& make install \
32
32
&& cd .. \
33
- && rm -rf LAStools-fix_make_install fix_make_install .zip
33
+ && rm -rf LAStools-master master .zip
34
34
35
35
ENV CGAL_TEST_PLATFORM="Ubuntu-clang-latest"
36
36
ENV CXX=/usr/local/bin/clang++
You can’t perform that action at this time.
0 commit comments