示例#1
0
文件: boost.py 项目: PhilHolmes/gub
 def stages (self):
     return misc.list_insert_before (target.BjamBuild_v2.stages (self),
                                     'compile',
                                     ['build_bjam'])
示例#2
0
 def stages(self):
     return misc.list_insert_before(
         target.AutoBuild.stages(self), 'compile',
         ['dotslash_download', 'make_unpack', 'patch_upstream'])
示例#3
0
 def stages (self):
     return misc.list_insert_before (cross.AutoBuild.stages (self),
                                     'compile', ['patch_configure'])
示例#4
0
 def stages (self):
     return misc.list_insert_before (target.AutoBuild.stages (self),
                                     'compile',
                                     ['dotslash_download', 'make_unpack', 'patch_upstream'])
示例#5
0
文件: odcctools.py 项目: jrioux/gub
 def stages(self):
     return misc.list_insert_before(cross.AutoBuild.stages(self), 'compile',
                                    ['patch_configure'])
示例#6
0
文件: odcctools.py 项目: gperciva/gub
 def stages(self):
     return misc.list_insert_before(cross.AutoBuild.stages(self), "compile", ["patch_configure"])
示例#7
0
 def stages(self):
     return misc.list_insert_before(target.AutoBuild.stages(self),
                                    'configure',
                                    ['configure_native', 'compile_native'])
示例#8
0
文件: libicu.py 项目: PhilHolmes/gub
 def stages (self):
     return misc.list_insert_before (target.AutoBuild.stages (self),
                                     'configure',
                                     ['configure_native', 'compile_native'])
示例#9
0
 def stages (self):
     return misc.list_insert_before (ghostscript.Ghostscript.stages (self),
                                     'package',
                                     ['configure_x11', 'compile_x11',
                                      'install_x11', 'install_fonts'])
示例#10
0
 def stages(self):
     return misc.list_insert_before(target.BjamBuild_v2.stages(self),
                                    'compile', ['build_bjam'])