Skip to content
Snippets Groups Projects
Commit ae8710fa authored by Toyohisa Kameyama's avatar Toyohisa Kameyama Committed by Peter Scheibel
Browse files

blast-plus package: remove --with-64 on ARM. (#11877)

This configure option is not supported on ARM
parent ac76e469
Branches
Tags
No related merge requests found
...@@ -102,10 +102,11 @@ def configure_args(self): ...@@ -102,10 +102,11 @@ def configure_args(self):
'--with-bin-release', '--with-bin-release',
'--without-debug', '--without-debug',
'--with-mt', '--with-mt',
'--with-64',
'--without-boost', '--without-boost',
] ]
if 'aarch64' not in spec.architecture.target.lower():
config_args.append('--with-64')
if '+static' in spec: if '+static' in spec:
config_args.append('--with-static') config_args.append('--with-static')
# FIXME # FIXME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment