You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libffi-sys updated their bindgen dependency, but they didn't perform a semver major bump. This has caused a bit of a mess; I opened tov/libffi-sys-rs#21 .
A version of mpi-sys with the new bindgen dependency exists on github, but is not yet released.
There is a known issue that the current version of
lammps-sys
is incompatible with crates that use recent versions of bindgen orclang-sys
.This is due to problems upstream. Basically, we're waiting for a number of upstream crates to update their dependencies:
clang-sys
due to it declaring thelinks
property.libffi-sys
uses an oldbindgen
that uses an oldclang-sys
mpi-sys
useslibffi-sys
and therefore must also use an old bindgenlammps-sys
usesmpi-sys
and therefore must also use an old bindgenThe text was updated successfully, but these errors were encountered: