10
1
mirror of https://gitlab.com/scemama/qmcchem.git synced 2024-06-02 11:25:18 +02:00

Fixed ocaml compilation

This commit is contained in:
Anthony Scemama 2015-12-29 02:30:52 +01:00
parent 006731f327
commit 90361ba33e
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ fi
cd ${QMCCHEM_PATH}/ocaml || exit -1 cd ${QMCCHEM_PATH}/ocaml || exit -1
exec ninja -f generated.ninja ${@} ninja ${@} || exit -1

View File

@ -25,7 +25,7 @@ if [[ ${MD5} != ${REF} ]]
then then
echo ${MD5} > ${LSMD5_FILE} echo ${MD5} > ${LSMD5_FILE}
echo Finding dependencies in OCaml files echo Finding dependencies in OCaml files
exec python ./ninja_ocaml.py python ./ninja_ocaml.py || exit -1
fi fi