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

Function generate_libraries

numpy/random/setup.py:13–19  ·  view source on GitHub ↗
(ext, build_dir)

Source from the content-addressed store, hash-verified

11 config = Configuration('random', parent_package, top_path)
12
13 def generate_libraries(ext, build_dir):
14 config_cmd = config.get_config_cmd()
15 libs = get_mathlibs()
16 if sys.platform == 'win32':
17 libs.extend(['Advapi32', 'Kernel32'])
18 ext.libraries.extend(libs)
19 return None
20
21 # enable unix large file support on 32 bit systems
22 # (64 bit off_t, lseek -> lseek64 etc.)

Callers

nothing calls this directly

Calls 2

get_mathlibsFunction · 0.90
get_config_cmdMethod · 0.80

Tested by

no test coverage detected