Add conflict for Mac OS for STAT package (#22919)
See https://github.com/LLNL/STAT/issues/19
This commit is contained in:
parent
087015e1ac
commit
96c984e0ce
1 changed files with 3 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue