Skip to content
Snippets Groups Projects
Unverified Commit 7f2db5c5 authored by Sinan's avatar Sinan Committed by GitHub
Browse files

qt: add conflict for old gcc (#16904)


Co-authored-by: default avatarSinan81 <Sinan81@github>
parent 6035b327
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,10 @@ class Qt(Package): ...@@ -151,6 +151,10 @@ class Qt(Package):
depends_on("double-conversion", when='@5.7:') depends_on("double-conversion", when='@5.7:')
depends_on("pcre2+multibyte", when='@5.9:') depends_on("pcre2+multibyte", when='@5.9:')
# gcc@4 is not supported as of Qt@5.14
# https://doc.qt.io/qt-5.14/supported-platforms.html
conflicts('%gcc@:4.99', when='@5.14:')
# Non-macOS dependencies and special macOS constraints # Non-macOS dependencies and special macOS constraints
if MACOS_VERSION is None: if MACOS_VERSION is None:
depends_on("fontconfig", when='freetype=spack') depends_on("fontconfig", when='freetype=spack')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment