From 80745128b3b4a48356617d4a100003ec22dcf1ed Mon Sep 17 00:00:00 2001 From: Glenn Johnson Date: Fri, 24 Jan 2020 20:05:50 -0600 Subject: 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 --- var/spack/repos/builtin/packages/harfbuzz/package.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/var/spack/repos/builtin/packages/harfbuzz/package.py b/var/spack/repos/builtin/packages/harfbuzz/package.py index 450432c946..4ab6005dbf 100644 --- a/var/spack/repos/builtin/packages/harfbuzz/package.py +++ b/var/spack/repos/builtin/packages/harfbuzz/package.py @@ -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 -- cgit v1.2.3-70-g09d2