mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-11-12 17:13:38 +01:00
Repaired ocaml installation
This commit is contained in:
parent
9178b51733
commit
321c969b0e
@ -4,7 +4,7 @@ set -u
|
||||
set -e
|
||||
|
||||
cd .. ; QMCCHEM_PATH="$PWD" ; cd -
|
||||
PACKAGES="core cryptokit ocamlfind sexplib pa_sexp_conv"
|
||||
PACKAGES="core cryptokit ocamlfind sexplib" # ppx_sexp_conv"
|
||||
|
||||
declare -i i
|
||||
i=$(gcc -dumpversion | cut -d '.' -f 2)
|
||||
|
@ -1,7 +1,8 @@
|
||||
MAIN=qmcchem
|
||||
# Main program to build
|
||||
|
||||
PACKAGES=-package core,pa_sexp_conv,cryptokit,str,ZMQ
|
||||
PACKAGES=-package core,cryptokit,str,ZMQ,sexplib.syntax
|
||||
#,ppx_sexp_conv
|
||||
# Required opam packages, for example:
|
||||
# PACKAGES=-package core,sexplib.syntax
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user