MCPcopy Create free account
hub / github.com/comaps/comaps / run

Method run

libs/pyhelpers/setup.py:336–351  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

334 )
335
336 def run(self):
337 lib_path = os.path.join(
338 BOOST_LIBRARYDIR, 'lib{}.a'.format(self.get_boost_python_libname())
339 )
340 if os.path.exists(lib_path) and not self.force:
341 log.info(
342 'Boost_python library `{}` for current '
343 'python version already present, skipping build'.format(
344 lib_path
345 )
346 )
347 return
348
349 self.configure_omim()
350 self.create_boost_config()
351 self.build()
352
353
354class BuildOmimBindingCommand(build_ext, object):

Callers 2

find_sourcesMethod · 0.45
runMethod · 0.45

Calls 6

configure_omimMethod · 0.95
create_boost_configMethod · 0.95
buildMethod · 0.95
formatMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected