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

fix FTP link to be deprecated in November 2024

parent 456beb98
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ RUN cd ${SRC_FOLDER} && \
-DENABLE_GUI=0 \
-DENABLE_INFO=0 && \
make -j ${CPUS_FOR_MAKE} && \
wget ftp://ftp.wwpdb.org/pub/pdb/data/monomers/components.cif.gz && \
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 && \
cmake .. -DCOMPOUND_LIB=${SRC_FOLDER}/openstructure-${OPENSTRUCTURE_VERSION}/build/compounds.chemlib && \
make -j ${CPUS_FOR_MAKE} && make check && make install && \
......
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