harfbuzz package: add conflict for @2.3.1: with intel compiler (#14386)
harfbuzz 2.3.1 (and presumably all future versions after it) does not build with the Intel compiler
This commit is contained in:
parent
dcd8d7a620
commit
80745128b3
@ -27,6 +27,9 @@ class Harfbuzz(AutotoolsPackage):
|
|||||||
depends_on("zlib")
|
depends_on("zlib")
|
||||||
depends_on("graphite2", when='+graphite2')
|
depends_on("graphite2", when='+graphite2')
|
||||||
|
|
||||||
|
conflicts('%intel', when='@2.3.1:',
|
||||||
|
msg='harfbuzz-2.3.1 does not build with the Intel compiler')
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = []
|
args = []
|
||||||
# disable building of gtk-doc files following #9771
|
# disable building of gtk-doc files following #9771
|
||||||
|
Loading…
Reference in New Issue
Block a user