package/qt-base: add conflict for older gcc (#34420)

This commit is contained in:
Sinan 2022-12-09 11:47:29 -08:00 committed by GitHub
parent b5ef5c2eb5
commit 14c4896ec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."""