this repo has no description
1opam-version: "2.0"
2maintainer: "Timothy Bourke <tim@tbrk.org>"
3authors: ["Xavier Leroy"]
4homepage: "https://github.com/xavierleroy/ocamlmpi"
5bug-reports: "https://github.com/xavierleroy/ocamlmpi/issues"
6dev-repo: "git+https://github.com/xavierleroy/ocamlmpi"
7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8build: [
9 [make "all" "opt"
10 "MPIINCDIR=%{conf-mpi:includedir}%"
11 "MPILIBDIR=%{conf-mpi:libdir}%"
12 "MPICC=%{conf-mpi:binpath}%mpicc"
13 "MPIRUN=%{conf-mpi:binpath}%mpirun"
14 ]
15]
16patches: ["post105.patch"]
17install: [[make "install"]]
18remove: [[make "uninstall"]]
19x-ci-accept-failures: ["debian-unstable"]
20depends: [
21 "ocaml" {>= "4.06.0"}
22 "base-bigarray"
23 "conf-mpi"
24 "ocamlfind" {build}
25]
26synopsis: "OCaml binding to the Message Passing Interface (MPI)"
27url {
28 src: "https://github.com/xavierleroy/ocamlmpi/archive/rel105.tar.gz"
29 checksum: [
30 "sha256=4dd3f1e591fdd28cc9724689c711136ba1737fd4eaf4b3b1c3995a3698012b6b"
31 "md5=c99fa6a44b59102986581a5136cfc58c"
32 ]
33}
34extra-source "post105.patch" {
35 src:
36 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/mpi/post105.patch"
37 checksum: [
38 "sha256=9ba061f28f95b66de4b24b05a813860f233e26dee1864f0c806f9d8a85cec3d5"
39 "md5=89c270db04f1fa8c73b546a622727d20"
40 ]
41}