hadoop-xrootd: Add clang conflict (#31215)

* hadoop-xrootd: Add clang conflict

* Flake8

Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>

Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
haralmha
2022-06-24 00:45:39 +02:00
committed by GitHub
parent ca10ff1649
commit 86d1a6f2fc

View File

@@ -18,6 +18,7 @@ class HadoopXrootd(MavenPackage):
depends_on('hadoop') depends_on('hadoop')
depends_on('xrootd') depends_on('xrootd')
conflicts('%clang')
def build_args(self): def build_args(self):
xrootd_prefix = self.spec['xrootd'].prefix xrootd_prefix = self.spec['xrootd'].prefix