package/qt-base: add conflict for older gcc (#34420)
This commit is contained in:
parent
b5ef5c2eb5
commit
14c4896ec2
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@ class QtBase(CMakePackage):
|
|||
depends_on("libproxy")
|
||||
depends_on("openssl")
|
||||
|
||||
# Qt6 requires newer compilers: see https://github.com/spack/spack/issues/34418
|
||||
conflicts("%gcc@:7")
|
||||
|
||||
@property
|
||||
def archive_files(self):
|
||||
"""Save both the CMakeCache and the config summary."""
|
||||
|
|
Loading…
Reference in a new issue