Skip to content

Commit b0562eb

Browse files
authored
Update README.md
1 parent a73deef commit b0562eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ However, *if you must:*
5353
```toml
5454
[dependencies.lammps-sys]
5555
tag = "v0.2.0"
56+
git = "https://github.com/ExpHP/lammps-sys"
5657
features = ["system-mpi"]
5758
```
5859
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)

0 commit comments

Comments
 (0)