fix: mariadb confilct (#44418)

This is a small fix the the conflicts of mariadb recently pushed. The max conflict version for gcc>=13 was off by one.
This commit is contained in:
Teague Sterling 2024-05-28 21:14:09 -07:00 committed by GitHub
parent 85f62728c6
commit 16a7bef456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ class Mariadb(CMakePackage):
depends_on("krb5")
conflicts("%gcc@9.1.0:", when="@:5.5")
conflicts("%gcc@13:", when="@:10.8.8") # https://github.com/spack/spack/issues/41377
conflicts("%gcc@13:", when="@:10.8.7") # https://github.com/spack/spack/issues/41377
# patch needed for cmake-3.20
patch(