コード例 #1
0
 def run(self):
     configure = self.build_configure()
     build_deps(configure)
コード例 #2
0
ファイル: sherpa_config.py プロジェクト: valkenar/sherpa
 def run(self):
     if not os.path.exists('extern/built'):
         configure = self.build_configure()
         build_deps(configure)
コード例 #3
0
ファイル: install.py プロジェクト: anetasie/sherpa
 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
ファイル: sherpa_config.py プロジェクト: anetasie/sherpa
 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)