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:
parent
85f62728c6
commit
16a7bef456
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user