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")
|
conflicts("platform=darwin")
|
||||||
|
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
bash = which("bash")
|
Executable("./autogen.sh")()
|
||||||
bash("./autogen.sh")
|
|
||||||
|
|
||||||
@when("%nvhpc")
|
@when("%nvhpc")
|
||||||
def patch(self):
|
def patch(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user