From b0562eb26a98be3f309d1ebb83a593a3777f1abc Mon Sep 17 00:00:00 2001 From: Michael Lamparski Date: Wed, 15 Nov 2017 15:32:06 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3d8f20..1fc046a 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ However, *if you must:* ```toml [dependencies.lammps-sys] tag = "v0.2.0" +git = "https://github.com/ExpHP/lammps-sys" features = ["system-mpi"] ``` When you enable the feature **`system-mpi`**, then bindgen will search for `mpi.h` on the system path. This must correspond to **the same implementation of MPI that Lammps was built against** if you plan to call `lammps_open`. This usage of `lammps-sys` is currently unsupported, because I do not need it and it seems like a major footgun. If you use it, [let me know how it works out.](https://github.com/ExpHP/lammps-sys/issues)