Dependencies install OK

This commit is contained in:
Anthony Scemama 2015-12-19 02:54:46 +01:00
parent a629b30051
commit 8542c1a110
2 changed files with 9 additions and 3 deletions

View File

@ -20,7 +20,7 @@ rule download
rule install
command = ./scripts/install_${target}.sh > _build/${target}.log 2>&1 && touch _build/${target}.ok || cat _build/${target}.log
description = Installing ${descr}
description = Installing ${descr} \t| tail -f install/_build/${target}.log
# Builds
@ -68,9 +68,9 @@ build _build/qmcchemrc.ok ../qmcchemrc: install | _build/irpf90.ok ../bin/irpman
build _build/ocaml.ok ../bin/opam: install | Downloads/opam_installer.sh _build/qmcchemrc.ok ../qmcchemrc
target = ocaml
descr = Ocaml compiler
descr = OCaml compiler
build _build/ocaml_zmq.ok: install | ../bin/opam ../lib/libzmq.so ../lib/zmq.h ../lib/zmq_utils.h _build/ocaml.ok _build/zmq.ok ../lib/libzmq.a ../lib/libzmq.so.4 ../lib/libzmq.so ../lib/zmq.h ../lib/zmq_utils.h
target = ocaml_zmq
descr = Ocaml ZeroMQ interface
descr = OCaml ZeroMQ interface

6
ocaml/_tags Normal file
View File

@ -0,0 +1,6 @@
true: package(core,sexplib.syntax,cryptokit,str,ZMQ)
true: thread
true:rpath
#true: static