Fixed OCaml ZMQ module install

This commit is contained in:
Anthony Scemama 2016-01-13 00:10:24 +01:00
parent b19cde6bf4
commit cfeb3ec8bf
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ fi
set +u
source "${QMCCHEM_PATH}"/qmcchemrc
export C_INCLUDE_PATH="${QMCCHEM_PATH}/lib":$C_INCLUDE_PATH
export LIBRARY_PATH="${QMCCHEM_PATH}/lib":$LIBRARY_PATH
export LD_LIBRARY_PATH="${QMCCHEM_PATH}/lib":$LD_LIBRARY_PATH
set -u
opam install zmq
rm -f _build/ocaml_zmq.log