flecsi: add v2.3.2 (#49448)

Deprecate 2.3.0 and 2.3.1 which have the significant bug corrected
This commit is contained in:
Davis Herring 2025-03-13 00:05:41 -06:00 committed by GitHub
parent 599d32d1c2
commit ad78ed741c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,13 @@ class Flecsi(CMakePackage, CudaPackage, ROCmPackage):
tags = ["e4s"]
version("2.3.1", tag="v2.3.1", commit="6c04b9b21790533e457764bd7f8f26757db1552f")
version("2.3.0", tag="v2.3.0", commit="90bc8267fceb02060e54646f73b45d4252aef491")
version("2.3.2", tag="v2.3.2", commit="736fc74248777a00dbd41f1a66ae49e615c8a514")
version(
"2.3.1", tag="v2.3.1", commit="6c04b9b21790533e457764bd7f8f26757db1552f", deprecated=True
)
version(
"2.3.0", tag="v2.3.0", commit="90bc8267fceb02060e54646f73b45d4252aef491", deprecated=True
)
version("2.2.1", tag="v2.2.1", commit="84b5b232aebab40610f57387778db80f6c8c84c5")
version("2.2.0", tag="v2.2.0", commit="dd531ac16c5df124d76e385c6ebe9b9589c2d3ad")
version(