Exemple #1
0
 def run(self):
     configure = self.build_configure()
     build_deps(configure)
Exemple #2
0
 def run(self):
     if not os.path.exists('extern/built'):
         configure = self.build_configure()
         build_deps(configure)
Exemple #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)
Exemple #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)
Exemple #5
0
 def run(self):
     if not os.path.exists('extern/built'):
         configure = self.build_configure()
         build_deps(configure)
Exemple #6
0
 def run(self):
     configure = self.build_configure()
     build_deps(configure)
Exemple #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)