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

Method create_boost_config

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

Source from the content-addressed store, hash-verified

288 spawn(['./configure.sh'])
289
290 def create_boost_config(self):
291 mkpath(self.omim_builddir)
292 with open(self.get_boost_config_path(), 'w') as f:
293 f.write(
294 'using python : {} : {} : {} ;\n'.format(
295 get_python_version(),
296 sys.executable,
297 get_python_inc(),
298 )
299 )
300
301 def get_boost_python_builddir(self):
302 return os.path.join(

Callers 1

runMethod · 0.95

Calls 3

get_boost_config_pathMethod · 0.95
formatMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected