Changed sexplib.syntax to pa_sexp_conv

This commit is contained in:
Anthony Scemama 2016-03-17 15:32:17 +01:00
parent 1df8e21ee8
commit caf22663b5
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ set -u
set -e
cd .. ; QMCCHEM_PATH="$PWD" ; cd -
PACKAGES="core cryptokit ocamlfind sexplib"
PACKAGES="core cryptokit ocamlfind sexplib pa_sexp_conv"
declare -i i
i=$(gcc -dumpversion | cut -d '.' -f 2)

View File

@ -1,7 +1,7 @@
MAIN=qmcchem
# Main program to build
PACKAGES=-package core,sexplib.syntax,cryptokit,str,ZMQ
PACKAGES=-package core,pa_sexp_conv,cryptokit,str,ZMQ
# Required opam packages, for example:
# PACKAGES=-package core,sexplib.syntax