Skip to content

Incompatible with crates using newer versions of bindgen/clang-sys #7

Description

@ExpHP

There is a known issue that the current version of lammps-sys is incompatible with crates that use recent versions of bindgen or clang-sys.

This is due to problems upstream. Basically, we're waiting for a number of upstream crates to update their dependencies:

  • You cannot have multiple versions of clang-sys due to it declaring the links property.
  • libffi-sys uses an old bindgen that uses an old clang-sys
  • mpi-sys uses libffi-sys and therefore must also use an old bindgen
  • lammps-sys uses mpi-sys and therefore must also use an old bindgen

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions