Repaired Ocaml installation

This commit is contained in:
Anthony Scemama 2016-03-29 16:00:02 +02:00
parent 57709397d1
commit 11493e7082
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ QP_ROOT=$PWD
cd -
# Normal installation
PACKAGES="core cryptokit ocamlfind sexplib pa_sexp_conv ZMQ"
PACKAGES="core cryptokit ocamlfind sexplib ZMQ"
#ppx_sexp_conv
# Needed for ZeroMQ
export C_INCLUDE_PATH="${QP_ROOT}"/lib:"${C_INCLUDE_PATH}"

View File

@ -1,3 +1,3 @@
true: package(core,sexplib,pa_sexp_conv,cryptokit,ZMQ)
true: package(core,cryptokit,ZMQ,sexplib.syntax)
true: thread
false: profile