10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Try to pin to ocaml 4.02.1

This commit is contained in:
Anthony Scemama 2017-08-18 12:45:43 +02:00
parent 6c99b7aad1
commit 9c19b63f6a

View File

@ -66,6 +66,7 @@ chmod +x ocaml.sh || exit 1
echo N | ./ocaml.sh ${QP_ROOT}/bin/ || exit 1
${QP_ROOT}/bin/opam switch 4.02.1 || exit 1
${QP_ROOT}/bin/opam config setup -a -q || exit 1
export LD_LIBRARY_PATH=${QP_ROOT}/lib:${LD_LIBRARY_PATH}