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:
parent
881a0d4462
commit
4414161787
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user