Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detecting if a system installation has package enabled #8

Open
ExpHP opened this issue Sep 10, 2018 · 0 comments
Open

Detecting if a system installation has package enabled #8

ExpHP opened this issue Sep 10, 2018 · 0 comments

Comments

@ExpHP
Copy link
Owner

ExpHP commented Sep 10, 2018

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.

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

No branches or pull requests

1 participant