blast-plus package: remove --with-64 on ARM. (#11877)
This configure option is not supported on ARM
This commit is contained in:
parent
ac76e4692f
commit
ae8710fa36
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user