Skip to content
Snippets Groups Projects
Unverified Commit c85aa97e authored by Xavier Robin's avatar Xavier Robin
Browse files

Merge branch 'develop' into release-2.9.0

parents 093cd0fe b7e0bec6
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ RUN cd ${SRC_FOLDER} && \
-DENABLE_INFO=0 && \
make -j ${CPUS_FOR_MAKE} && \
wget https://files.wwpdb.org/pub/pdb/data/monomers/components.cif.gz && \
stage/bin/chemdict_tool create components.cif.gz compounds.chemlib pdb && stage/bin/chemdict_tool update ../modules/conop/data/charmm.cif compounds.chemlib charmm && \
stage/bin/chemdict_tool create components.cif.gz compounds.chemlib pdb -i && stage/bin/chemdict_tool update ../modules/conop/data/charmm.cif compounds.chemlib charmm && \
cmake .. -DCOMPOUND_LIB=${SRC_FOLDER}/openstructure-${OPENSTRUCTURE_VERSION}/build/compounds.chemlib && \
make -j ${CPUS_FOR_MAKE} && make check && make install && \
rm ${SRC_FOLDER}/openstructure-${OPENSTRUCTURE_VERSION}.tar.gz && \
......
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