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)))
|
self.version.up_to(2)))
|
||||||
inner_tar.extractall()
|
inner_tar.extractall()
|
||||||
|
|
||||||
|
if spec.target.family == 'aarch64':
|
||||||
|
makefile = FileFilter('miniMD_ref/Makefile.openmpi')
|
||||||
|
makefile.filter('-mavx', '')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
# Manual Installation
|
# Manual Installation
|
||||||
mkdirp(prefix.bin)
|
mkdirp(prefix.bin)
|
||||||
|
Loading…
Reference in New Issue
Block a user