MCPcopy Create free account
hub / github.com/numpy/numpy / build_a_library

Method build_a_library

setup.py:303–306  ·  view source on GitHub ↗
(self, build_info, lib_name, libraries)

Source from the content-addressed store, hash-verified

301
302 class new_build_clib(build_clib):
303 def build_a_library(self, build_info, lib_name, libraries):
304 build_info['extra_cflags'] = std_c_flags(self)
305 build_info['extra_cxxflags'] = std_cxx_flags(self)
306 build_clib.build_a_library(self, build_info, lib_name, libraries)
307
308 class new_build_ext(build_ext):
309 def build_extension(self, ext):

Callers

nothing calls this directly

Calls 2

std_c_flagsFunction · 0.85
std_cxx_flagsFunction · 0.85

Tested by

no test coverage detected