MDAnalysis / distopia

SIMD instructions for faster distance calculations.
https://www.mdanalysis.org/distopia/
MIT License
10 stars 5 forks source link

add some cmake support #141

Closed richardjgowers closed 3 months ago

richardjgowers commented 1 year ago

This lets the project get loaded with CLion without any drama, not sure how you were developing this @hmacdope ?

These cmake support files are copied in from skbuild's resources dir, is there a different way to get cmake to see these?

hmacdope commented 1 year ago

Mine seemed to work without vendoring these in but happy to add them if it makes developing easier. Does it build fine natively for you ie without Clion?

Another option may be to add your skbuild install to your Cmake module path on command line for clion build ie -DCMAKE_MODULE_PATH=XXX