mirror of
https://github.com/LCPQ/quantum_package
synced 2025-02-03 00:11:22 +01:00
Repaired Ocaml installation
This commit is contained in:
parent
57709397d1
commit
11493e7082
@ -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}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
true: package(core,sexplib,pa_sexp_conv,cryptokit,ZMQ)
|
||||
true: package(core,cryptokit,ZMQ,sexplib.syntax)
|
||||
true: thread
|
||||
false: profile
|
||||
|
Loading…
x
Reference in New Issue
Block a user