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:
Glenn Johnson 2020-01-24 20:05:50 -06:00 committed by Peter Scheibel
parent dcd8d7a620
commit 80745128b3

View file

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