10
1
mirror of https://gitlab.com/scemama/qmcchem.git synced 2024-06-27 23:52:05 +02:00

Repaired ocaml installation

This commit is contained in:
Anthony Scemama 2016-03-29 15:58:12 +02:00
parent 9178b51733
commit 321c969b0e
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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