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

PYTHON_LIBRARIES is not required anymore in Dockerfile

parent 5fe181b5
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,7 @@ RUN cd ${SRC_FOLDER} && \
tar xf openstructure-${OPENSTRUCTURE_VERSION}.tar.gz -C ${SRC_FOLDER}/openstructure-${OPENSTRUCTURE_VERSION} --strip-components=1 && \
mkdir -p ${SRC_FOLDER}/openstructure-${OPENSTRUCTURE_VERSION}/build && \
cd ${SRC_FOLDER}/openstructure-${OPENSTRUCTURE_VERSION}/build && \
cmake .. -DPYTHON_LIBRARIES=/usr/lib/x86_64-linux-gnu/libpython3.6m.so \
-DOPTIMIZE=ON \
cmake .. -DOPTIMIZE=ON \
-DENABLE_MM=ON \
-DCOMPILE_TMTOOLS=1 \
-DUSE_NUMPY=1 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment