launchmon: Fix for aarch64 (#19562)
This commit is contained in:
parent
ef9c80de23
commit
ad87eece17
2 changed files with 1295 additions and 0 deletions
1294
var/spack/repos/builtin/packages/launchmon/for_aarch64.patch
Normal file
1294
var/spack/repos/builtin/packages/launchmon/for_aarch64.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -27,6 +27,7 @@ class Launchmon(AutotoolsPackage):
|
|||
depends_on("spectrum-mpi", when='arch=ppc64le')
|
||||
|
||||
patch('launchmon-char-conv.patch', when='@1.0.2')
|
||||
patch('for_aarch64.patch', when='@:1.0.2 target=aarch64:')
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
if self.spec.satisfies('@master'):
|
||||
|
|
Loading…
Reference in a new issue