Add conflict for Mac OS for STAT package (#22919)

See https://github.com/LLNL/STAT/issues/19
This commit is contained in:
Pramod Kumbhar 2021-04-12 21:14:15 +02:00 committed by GitHub
parent 087015e1ac
commit 96c984e0ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,9 @@ class Stat(AutotoolsPackage):
patch('configure_mpicxx.patch', when='@2.1.0')
# No Mac support due to dependencies like dyninst, elf etc.
conflicts('platform=darwin', msg='macOS is not supported')
def configure_args(self):
spec = self.spec
args = [