Skip to content
Snippets Groups Projects
Commit 3d83e951 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2:
Browse files

Compile the extensions

parent f467bef6
No related branches found
No related tags found
1 merge request!411Docker: Compile the extensions
Pipeline #10012406 skipped
......@@ -7,7 +7,15 @@ COPY . /workdir/GeoModel_src/
RUN mkdir -p /workdir/build_geomodel/ && \
cd /workdir/build_geomodel/ && \
. ~/.bashrc && \
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/GeoModel -DGEOMODEL_BUILD_FULLSIMLIGHT=1 -DGEOMODEL_BUILD_VISUALIZATION=1 -DGEOMODEL_USE_BUILTIN_JSON=1 -DGEOMODEL_BUILD_TOOLS=1 -DGEOMODEL_USE_BUILTIN_XERCESC=0 -DGEOMODEL_USE_BUILTIN_COIN3D=1 ../GeoModel_src/ && \
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/GeoModel \
-DGEOMODEL_BUILD_FULLSIMLIGHT=1 \
-DGEOMODEL_BUILD_VISUALIZATION=1 \
-DGEOMODEL_USE_BUILTIN_JSON=1 \
-DGEOMODEL_BUILD_TOOLS=1 \
-DGEOMODEL_USE_BUILTIN_XERCESC=0 \
-DGEOMODEL_USE_BUILTIN_COIN3D=1 \
-DGEOMODEL_BUILD_ATLASEXTENSIONS=1 \
../GeoModel_src/ && \
make -j2 && \
sudo make install && \
cd .. && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment