From 16a7bef45605eba733abc1ed211d3a738ebd3c1c Mon Sep 17 00:00:00 2001 From: Teague Sterling Date: Tue, 28 May 2024 21:14:09 -0700 Subject: [PATCH] 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. --- var/spack/repos/builtin/packages/mariadb/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/mariadb/package.py b/var/spack/repos/builtin/packages/mariadb/package.py index 92e8dab4a4c..0ebb5471a29 100644 --- a/var/spack/repos/builtin/packages/mariadb/package.py +++ b/var/spack/repos/builtin/packages/mariadb/package.py @@ -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(