-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathopam
26 lines (26 loc) · 754 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
opam-version: "2.0"
version: "1.06"
maintainer: "[email protected]"
authors: ["Xavier Leroy"]
homepage: "https://github.com/xavierleroy/ocamlmpi"
bug-reports: "https://github.com/xavierleroy/ocamlmpi/issues"
dev-repo: "git://github.com/xavierleroy/ocamlmpi"
license: "LGPL-2 with OCaml linking exception"
x-maintenance-intent: ["(latest)"]
build: [
[make "all" "opt"
"MPIINCDIR=%{conf-mpi:includedir}%"
"MPILIBDIR=%{conf-mpi:libdir}%"
"MPICC=%{conf-mpi:binpath}%mpicc"
"MPIRUN=%{conf-mpi:binpath}%mpirun"
]
]
install: [[make "install"]]
remove: [[make "uninstall"]]
depends: [
"ocaml" {>= "4.06.0"}
"base-bigarray"
"conf-mpi"
"ocamlfind" {build}
]
synopsis: "OCaml binding to the MPI (Message Passing Interface) standard"