opam-version: "2.0" maintainer: "Timothy Bourke " authors: ["Xavier Leroy"] homepage: "https://github.com/xavierleroy/ocamlmpi" bug-reports: "https://github.com/xavierleroy/ocamlmpi/issues" dev-repo: "git+https://github.com/xavierleroy/ocamlmpi" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [ [make "all" "opt" "MPIINCDIR=%{conf-mpi:includedir}%" "MPILIBDIR=%{conf-mpi:libdir}%" "MPICC=%{conf-mpi:binpath}%mpicc" "MPIRUN=%{conf-mpi:binpath}%mpirun" ] ] patches: ["post103.patch"] install: [[make "install"]] remove: [[make "uninstall"]] x-ci-accept-failures: ["debian-unstable"] depends: [ "ocaml" {>= "4.02.3"} "conf-mpi" "ocamlfind" {build} ] synopsis: "OCaml binding to the Message Passing Interface (MPI)" url { src: "https://github.com/xavierleroy/ocamlmpi/archive/rel103.tar.gz" checksum: [ "sha256=3b8cb320e0e56c1202b9a1f4a6e75eedaeae692b17a948568582c2d2a6c96619" "md5=ba5b0e0e43b3e7af265109bb1ec94690" ] } extra-source "post103.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/mpi/post103.patch" checksum: [ "sha256=6b372b0c7fec287df016b74226108321d99ec27b5609a6ef4f77199ae41ba325" "md5=137e92a72f89e2835a23eec33204c642" ] }