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