Skip to content
Snippets Groups Projects
Commit 48684be5 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

PYTHON_LIBRARIES is not required anymore in Dockerfile

parent 88333384
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,6 @@ RUN cd ${SRC_FOLDER} && \ ...@@ -24,7 +24,6 @@ RUN cd ${SRC_FOLDER} && \
cd ${SRC_FOLDER}/promod-${PROMOD_VERSION}/build && \ cd ${SRC_FOLDER}/promod-${PROMOD_VERSION}/build && \
# Build and install ProMod3 # Build and install ProMod3
cmake .. -DOST_ROOT=/usr/local \ cmake .. -DOST_ROOT=/usr/local \
-DPYTHON_LIBRARIES=/usr/lib/x86_64-linux-gnu/libpython3.6m.so \
-DOPTIMIZE=1 \ -DOPTIMIZE=1 \
-DENABLE_SSE=1 \ -DENABLE_SSE=1 \
-DDISABLE_DOCUMENTATION=1 && \ -DDISABLE_DOCUMENTATION=1 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment