diff --git a/var/spack/repos/builtin/packages/blast-plus/package.py b/var/spack/repos/builtin/packages/blast-plus/package.py index 0492911ede2..c02d0107762 100644 --- a/var/spack/repos/builtin/packages/blast-plus/package.py +++ b/var/spack/repos/builtin/packages/blast-plus/package.py @@ -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