numactl: remove bash from numactl (#34798)

It doesn't require bash on any registered version, and the file is executable and has a /bin/sh shebang.
This commit is contained in:
Harmen Stoppels 2023-01-11 01:22:52 +01:00 committed by GitHub
parent 881a0d4462
commit 4414161787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,7 @@ class Numactl(AutotoolsPackage):
conflicts("platform=darwin")
def autoreconf(self, spec, prefix):
bash = which("bash")
bash("./autogen.sh")
Executable("./autogen.sh")()
@when("%nvhpc")
def patch(self):