hisea: build on ARM. (#12302)

This commit is contained in:
Toyohisa Kameyama 2019-08-09 12:45:23 +09:00 committed by Adam J. Stewart
parent 606246572a
commit 14bdd56004

View File

@ -19,6 +19,10 @@ class Hisea(MakefilePackage):
depends_on('boost')
def patch(self):
if self.spec.satisfies("target=aarch64"):
filter_file('-mpopcnt', '', 'Makefile')
def install(self, spec, prefix):
mkdirp(prefix.bin)
install('hisea', prefix.bin)