From a43b3a3e7170c7bd49a2f445ca8637ac0f33927c Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 8 Apr 2019 17:44:54 +0200 Subject: [PATCH] Removed ocaml compiler version from configure (#37) --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 2861695f..0acf7f6b 100755 --- a/configure +++ b/configure @@ -276,7 +276,6 @@ EOF rm ${QP_ROOT}/external/opam_installer.sh source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true - rm $OPAMROOT/config ${QP_ROOT}/bin/opam init --disable-sandboxing --verbose --yes eval $(${QP_ROOT}/bin/opam env) @@ -292,7 +291,7 @@ EOF rm \${QP_ROOT}/external/opam_installer.sh source \${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true \${QP_ROOT}/bin/opam init --disable-sandboxing --verbose \ - --yes --comp=4.07.0 + --yes eval \$(\${QP_ROOT}/bin/opam env) opam install -y \${OCAML_PACKAGES} || exit 1 EOF