chr1shr / voro

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

fix cmake build #25

Closed ltalirz closed 2 months ago

ltalirz commented 2 years ago

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

ltalirz commented 2 years 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?

junghans commented 2 months ago

@chr1shr please merge this!

junghans commented 2 months ago

Thanks!

Could we also get a v0.4.7 release at some point?