New command flag: spack install --dependencies-only (#1603)
* 1. Renamed ignore_deps variable to install_deps (use positive logic). UI remains the same. 2. install_self kwarg added to do_install(). Enables installation of a package's dependencies without installing the package itself. 3. Added `spack install --dependencies-only <package>` command. * Flak8 fixes * Indentation problem
Showing
- lib/spack/spack/cmd/diy.py 1 addition, 1 deletionlib/spack/spack/cmd/diy.py
- lib/spack/spack/cmd/install.py 7 additions, 1 deletionlib/spack/spack/cmd/install.py
- lib/spack/spack/cmd/setup.py 2 additions, 1 deletionlib/spack/spack/cmd/setup.py
- lib/spack/spack/cmd/test_install.py 2 additions, 1 deletionlib/spack/spack/cmd/test_install.py
- lib/spack/spack/package.py 28 additions, 19 deletionslib/spack/spack/package.py
Loading
Please register or sign in to comment