numactl: add explicit darwin conflict (#29481)

This commit is contained in:
Seth R. Johnson 2022-03-21 17:50:01 -04:00 committed by GitHub
parent 226004b960
commit 075c76128a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,9 @@ class Numactl(AutotoolsPackage):
# libtool@develop returns UNKOWN as a version tag and fails # libtool@develop returns UNKOWN as a version tag and fails
conflicts('libtool@develop') conflicts('libtool@develop')
# Numerous errors when trying to build on darwin
conflicts('platform=darwin')
def autoreconf(self, spec, prefix): def autoreconf(self, spec, prefix):
bash = which('bash') bash = which('bash')
bash('./autogen.sh') bash('./autogen.sh')