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
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ class Harfbuzz(AutotoolsPackage):
|
|||
depends_on("zlib")
|
||||
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):
|
||||
args = []
|
||||
# disable building of gtk-doc files following #9771
|
||||
|
|
Loading…
Reference in a new issue