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

Switch off XERECSC build as we compile it in the baseline image

parent 5f83a577
No related branches found
No related tags found
1 merge request!61Docker file fixes
......@@ -21,7 +21,7 @@ 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=1 -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 ../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