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