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

Method build

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

Source from the content-addressed store, hash-verified

318 )
319
320 def build(self):
321 if os.path.exists(self.get_boost_python_builddir()):
322 self.clean()
323
324 with chdir(BOOST_ROOT):
325 spawn(
326 [
327 './b2',
328 '--user-config={}'.format(self.get_boost_config_path()),
329 '--with-python',
330 'python={}'.format(get_python_version()),
331 '--build-dir={}'.format(self.get_boost_python_builddir()),
332 'cxxflags="-fPIC"',
333 ]
334 )
335
336 def run(self):
337 lib_path = os.path.join(

Callers 1

runMethod · 0.95

Calls 5

cleanMethod · 0.95
get_boost_config_pathMethod · 0.95
chdirFunction · 0.85
formatMethod · 0.80

Tested by

no test coverage detected