mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-12-22 04:13:31 +01:00
Merge branch 'master' of gitlab.com:scemama/qmcchem
This commit is contained in:
commit
81a329dbfb
@ -52,9 +52,11 @@ _build/qmcchemrc.ok ../qmcchemrc: _build/irpf90.ok ../bin/irpman ../bin/irpf90 _
|
|||||||
touch _build/$${target}.ok || cat _build/$${target}.log
|
touch _build/$${target}.ok || cat _build/$${target}.log
|
||||||
|
|
||||||
_build/ocaml.ok ../bin/opam: Downloads/opam_installer.sh _build/qmcchemrc.ok ../qmcchemrc
|
_build/ocaml.ok ../bin/opam: Downloads/opam_installer.sh _build/qmcchemrc.ok ../qmcchemrc
|
||||||
export target=ocaml; \
|
which opam && touch _build/$${target}.ok ../bin/opam || \
|
||||||
|
( export target=ocaml; \
|
||||||
./scripts/install_$${target}.sh > _build/$${target}.log 2>&1 &&\
|
./scripts/install_$${target}.sh > _build/$${target}.log 2>&1 &&\
|
||||||
touch _build/$${target}.ok || cat _build/$${target}.log
|
touch _build/$${target}.ok || cat _build/$${target}.log ;\
|
||||||
|
)
|
||||||
|
|
||||||
_build/ocaml_zmq.ok: ../bin/opam ../lib/libzmq.so ../lib/zmq.h ../lib/zmq_utils.h _build/ocaml.ok _build/zmq.ok ../lib/libzmq.a ../lib/libzmq.so.5 ../lib/libzmq.so ../lib/zmq.h ../lib/zmq_utils.h
|
_build/ocaml_zmq.ok: ../bin/opam ../lib/libzmq.so ../lib/zmq.h ../lib/zmq_utils.h _build/ocaml.ok _build/zmq.ok ../lib/libzmq.a ../lib/libzmq.so.5 ../lib/libzmq.so ../lib/zmq.h ../lib/zmq_utils.h
|
||||||
export target=ocaml_zmq; \
|
export target=ocaml_zmq; \
|
||||||
|
@ -296,7 +296,7 @@ let input_lines filename =
|
|||||||
let create_ezfio_handler () =
|
let create_ezfio_handler () =
|
||||||
let lines =
|
let lines =
|
||||||
input_lines "ezfio.ml"
|
input_lines "ezfio.ml"
|
||||||
|> List.mapi (fun i l -> if i > 474 then Some l else None)
|
|> List.mapi (fun i l -> if i > 419 then Some l else None)
|
||||||
|> List.filter (fun x -> x <> None)
|
|> List.filter (fun x -> x <> None)
|
||||||
|> List.map (fun x ->
|
|> List.map (fun x ->
|
||||||
match x with
|
match x with
|
||||||
|
Loading…
Reference in New Issue
Block a user