示例#1
0
def build(parser, args):
    cfg._stop_at_phase_during_install(args, build, build_system_to_phase)
示例#2
0
文件: build.py 项目: zygyz/spack
def build(parser, args):
    cfg._stop_at_phase_during_install(args, build, build_system_to_phase)
示例#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)