Ejemplo n.º 1
0
def build(parser, args):
    cfg._stop_at_phase_during_install(args, build, build_system_to_phase)
Ejemplo n.º 2
0
Archivo: build.py Proyecto: zygyz/spack
def build(parser, args):
    cfg._stop_at_phase_during_install(args, build, build_system_to_phase)
Ejemplo n.º 3
0
def build(parser, args):
    tty.warn("This command is deprecated. Use `spack install --until` to"
             " select an end phase instead. The `spack build` command will be"
             " removed in a future version of Spack")
    cfg._stop_at_phase_during_install(args, build, build_system_to_phase)