mirror of
https://github.com/LCPQ/quantum_package
synced 2025-05-06 07:05:25 +02:00
Repaired Ocaml installation
This commit is contained in:
parent
57709397d1
commit
11493e7082
@ -5,7 +5,8 @@ QP_ROOT=$PWD
|
|||||||
cd -
|
cd -
|
||||||
|
|
||||||
# Normal installation
|
# Normal installation
|
||||||
PACKAGES="core cryptokit ocamlfind sexplib pa_sexp_conv ZMQ"
|
PACKAGES="core cryptokit ocamlfind sexplib ZMQ"
|
||||||
|
#ppx_sexp_conv
|
||||||
|
|
||||||
# Needed for ZeroMQ
|
# Needed for ZeroMQ
|
||||||
export C_INCLUDE_PATH="${QP_ROOT}"/lib:"${C_INCLUDE_PATH}"
|
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
|
true: thread
|
||||||
false: profile
|
false: profile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user