minimd: allow building on aarch64 (#18951)
This commit is contained in:
parent
a9c9501a47
commit
78b304c0c3
@ -40,6 +40,10 @@ def edit(self, spec, prefix):
|
||||
self.version.up_to(2)))
|
||||
inner_tar.extractall()
|
||||
|
||||
if spec.target.family == 'aarch64':
|
||||
makefile = FileFilter('miniMD_ref/Makefile.openmpi')
|
||||
makefile.filter('-mavx', '')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
# Manual Installation
|
||||
mkdirp(prefix.bin)
|
||||
|
Loading…
Reference in New Issue
Block a user