mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-12-22 04:13:31 +01:00
Dependencies install OK
This commit is contained in:
parent
a629b30051
commit
8542c1a110
@ -20,7 +20,7 @@ rule download
|
|||||||
|
|
||||||
rule install
|
rule install
|
||||||
command = ./scripts/install_${target}.sh > _build/${target}.log 2>&1 && touch _build/${target}.ok || cat _build/${target}.log
|
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
|
# 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
|
build _build/ocaml.ok ../bin/opam: install | Downloads/opam_installer.sh _build/qmcchemrc.ok ../qmcchemrc
|
||||||
target = ocaml
|
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
|
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
|
target = ocaml_zmq
|
||||||
descr = Ocaml ZeroMQ interface
|
descr = OCaml ZeroMQ interface
|
||||||
|
|
||||||
|
6
ocaml/_tags
Normal file
6
ocaml/_tags
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
true: package(core,sexplib.syntax,cryptokit,str,ZMQ)
|
||||||
|
true: thread
|
||||||
|
true:rpath
|
||||||
|
#true: static
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user