lorenzo-rovigatti / oxDNA

A new version of the code to simulate the oxDNA/oxRNA models, now equipped with Python bindings
https://dna.physics.ox.ac.uk/
GNU General Public License v3.0
43 stars 28 forks source link

Change libcommon.so to liboxdna_common.so (closes #33) #35

Closed cgevans closed 2 years ago

cgevans commented 2 years ago

This patch changes the oxDNA "common" shared library to be named liboxdna_common instead of libcommon, allowing the file to be reasonably placed in a system-wide / non-specific library directory, like /usr/lib or .local/lib. Closes #33.

lorenzo-rovigatti commented 2 years ago

Thanks for the PR! I have merged it and added a couple of minor modifications to fix a (totally unrelated) bug.