Skip to content
Snippets Groups Projects
Commit 0b426dad authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

do not require the LAMMPS shared library when loading the python wrapper from inside LAMMPS

Thanks to Giacomo Fiorin for figuring this out with NAMD/Colvars.
This requires linking with -Xlinker -export-dynamic or equivalent,
which is the default when using python-config to provide linker flags.
We will fall back to loading the DSO in case the initial load fails.
parent 63e71cd4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment