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
Wonderful things were added to library.h in recent versions:
int lammps_config_has_package(char * package_name);
int lammps_config_package_count();
int lammps_config_package_name(int index, char * buffer, int max_size);
It would be awesome to use these somehow to validate that certain features have been enabled in a system installation of lammps. Like the exceptions feature, we could reject a system library missing these features and fall back to a source build.
The text was updated successfully, but these errors were encountered:
Wonderful things were added to
library.h
in recent versions:It would be awesome to use these somehow to validate that certain features have been enabled in a system installation of lammps. Like the
exceptions
feature, we could reject a system library missing these features and fall back to a source build.The text was updated successfully, but these errors were encountered: