示例#1
0
 def run(self):
     configure = self.build_configure()
     build_deps(configure)
示例#2
0
 def run(self):
     if not os.path.exists('extern/built'):
         configure = self.build_configure()
         build_deps(configure)
示例#3
0
 def run(self):
     if not os.path.exists('extern/built'):
         configure = self.get_finalized_command('sherpa_config', True).build_configure()
         self.get_finalized_command('xspec_config', True).run()
         build_deps(configure)
     _install.run(self)
示例#4
0
 def run(self):
     configure = self.get_finalized_command('sherpa_config', True).build_configure()
     self.get_finalized_command('xspec_config', True).run()
     build_deps(configure)
     _build.run(self)
示例#5
0
 def run(self):
     if not os.path.exists('extern/built'):
         configure = self.build_configure()
         build_deps(configure)
示例#6
0
 def run(self):
     configure = self.build_configure()
     build_deps(configure)
示例#7
0
 def run(self):
     configure = self.get_finalized_command('sherpa_config',
                                            True).build_configure()
     self.get_finalized_command('xspec_config', True).run()
     build_deps(configure)
     _build.run(self)