Closed ExpHP closed 7 years ago
done in upcoming commit.
decided against an exceptions
feature and instead chose to just require it to be enabled. Ultimately it seems that the dynamic linking strategy for lammps-sys
is simply not a good idea to begin with (since it requires separately configuring the rust package to use options similar to what Lammps was separately built with), and it is not worthwhile to devote too much energy into it
Lammps'
library.h
has functions for error checking, which are only enabled whenLAMMPS_EXCEPTIONS
is defined.This will require, at bare minimum:
lammps-sys
should have anexceptions
feature~lammps-wrap