10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-22 13:12:23 +02:00
QuantumPackage/etc/ocaml.rc

13 lines
256 B
Plaintext
Raw Normal View History

2019-01-25 11:39:31 +01:00
# Configuration for the OCaml compiler
if [[ -z $OPAMROOT ]]
then
# Comment these lines if you have a system-wide OCaml installation
export OPAMROOT=${QP_ROOT}/external/opam
fi
source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true