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
No related branches found
No related tags found
No related merge requests found
......@@ -102,10 +102,11 @@ def configure_args(self):
'--with-bin-release',
'--without-debug',
'--with-mt',
'--with-64',
'--without-boost',
]
if 'aarch64' not in spec.architecture.target.lower():
config_args.append('--with-64')
if '+static' in spec:
config_args.append('--with-static')
# FIXME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment