chr1shr / voro

Voro++: a three-dimensional Voronoi cell library in C++
Other
154 stars 44 forks source link

fix cmake build #25

Open ltalirz opened 1 year ago

ltalirz commented 1 year ago

fixes https://github.com/chr1shr/voro/issues/24

ltalirz commented 1 year ago

by the way @chr1shr , after merging this PR could you please release a version 0.4.7?

there are some fixes since 0.4.6 that would be nice to have in the conda build. at the minimum just create the tag:

git tag v0.4.7
git push --tags

possibly also update the NEWS.

P.S. I see the dev branch has diverged quite a bit from master in the meanwhile. Are you planning to merge this back into master and release it at some point?