numactl: add explicit darwin conflict (#29481)
This commit is contained in:
@@ -33,6 +33,9 @@ class Numactl(AutotoolsPackage):
|
||||
# libtool@develop returns UNKOWN as a version tag and fails
|
||||
conflicts('libtool@develop')
|
||||
|
||||
# Numerous errors when trying to build on darwin
|
||||
conflicts('platform=darwin')
|
||||
|
||||
def autoreconf(self, spec, prefix):
|
||||
bash = which('bash')
|
||||
bash('./autogen.sh')
|
||||
|
Reference in New Issue
Block a user