dgasmith / gau2grid

Fast computation of a gaussian and its derivative on a grid.
https://gau2grid.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
29 stars 15 forks source link

cmake: add very basic soversion to library #28

Closed loriab closed 5 years ago

loriab commented 5 years ago

Beyond whitespace this is a one-line change.

Differs from #23 in that SONAME not tied to project versioning. Proper procedure is to run an abi-diff-ing tool at every new tag and increment the SOVERSION if not backwards compatible. The more common procedure, I suspect, is to just guess and increment if interfaces have changed or been removed.