ECP-copa / Cabana

Performance-portable library for particle-based simulations
Other
188 stars 51 forks source link

Check version of Cabana during CMake configure? #706

Closed cwsmith closed 6 months ago

cwsmith commented 7 months ago

Hello,

As a developer of a library that depends on Cabana, is there a way to check the installed Cabana version during CMake configure (i.e., cmake -S myProject)? It looks like the CMake project version hasn't been changed in a while: https://github.com/ECP-copa/Cabana/blame/master/CMakeLists.txt#L18

Thank you.

streeve commented 7 months ago

You're right - the value has been unhelpful (and unchanged) since 0.3. Let me look into the best way to fix this

streeve commented 7 months ago

I opened #708 for now; will add patch releases for the other minor versions as well

streeve commented 6 months ago

@cwsmith The current master is fixed - do you need previous version support (prior to 0.6.01) or can you just use that?

cwsmith commented 6 months ago

Having the current version (and future versions) is enough for us. Thank you!

streeve commented 6 months ago

Great - 0.6.1 will be out in the coming weeks