hisea: build on ARM. (#12302)
This commit is contained in:
parent
606246572a
commit
14bdd56004
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user