From 676eb56ab2379e4d1b3958aad382d81cb012c560 Mon Sep 17 00:00:00 2001 From: Patrick Gartung Date: Tue, 25 Feb 2020 11:01:59 -0600 Subject: Buildcache cmd: add install -o/--otherarch option for installing macOS buildcaches on linux (#15192) * Buildcache command: add install option -o/--otherarch This will allow matching specs from other archs, for example installing macOS buildcaches on linux hosts. * spack commands --update-completion --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 8f677adbf9..4082b7ff41 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -391,7 +391,7 @@ _spack_buildcache_create() { _spack_buildcache_install() { if $list_options then - SPACK_COMPREPLY="-h --help -f --force -m --multiple -a --allow-root -u --unsigned" + SPACK_COMPREPLY="-h --help -f --force -m --multiple -a --allow-root -u --unsigned -o --otherarch" else _all_packages fi -- cgit v1.2.3-70-g09d2