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
@ -67,6 +67,9 @@ class Stat(AutotoolsPackage):
|
|||||||
|
|
||||||
patch('configure_mpicxx.patch', when='@2.1.0')
|
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):
|
def configure_args(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
args = [
|
args = [
|
||||||
|
Loading…
Reference in New Issue
Block a user