Skip to content

Commit

Permalink
update Docker container spec for Riegl RivLib 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 29, 2016
1 parent 7cadf57 commit bf464df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/docker/rivlib/Dockerfile
@@ -1,7 +1,8 @@
FROM pdal/pdal
FROM pdal/dependencies
MAINTAINER Pete Gadomski <pete.gadomski@gmail.com>

COPY rivlib-2_2_1-x86_64-linux-gcc44 /
COPY rivlib-2_3_0-x86_64-linux-gcc55.zip /
RUN unzip rivlib-2_3_0-x86_64-linux-gcc55.zip

RUN git clone --depth=1 https://github.com/PDAL/PDAL \
&& cd PDAL \
Expand All @@ -20,7 +21,7 @@ RUN git clone --depth=1 https://github.com/PDAL/PDAL \
-DBUILD_PLUGIN_PCL=ON \
-DBUILD_PLUGIN_PGPOINTCLOUD=ON \
-DBUILD_PLUGIN_SQLITE=ON \
-DRiVLib_DIR=/rivlib-2_2_1-x86_64-linux-gcc44/cmake \
-DRiVLib_DIR=/rivlib-2_3_0-x86_64-linux-gcc55/cmake \
-DBUILD_PLUGIN_RIVLIB=ON \
-DBUILD_PLUGIN_PYTHON=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
Expand Down

0 comments on commit bf464df

Please sign in to comment.