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

Method get_libraries

numpy/distutils/fcompiler/sun.py:39–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 def get_arch(self):
38 return ['-xtarget=generic']
39 def get_libraries(self):
40 opt = []
41 opt.extend(['fsu', 'sunmath', 'mvec'])
42 return opt
43
44 def runtime_library_dir_option(self, dir):
45 return '-R%s' % dir

Callers 4

build_extensionMethod · 0.45
test_allMethod · 0.45
test_temp1Method · 0.45
test_temp2Method · 0.45

Calls

no outgoing calls

Tested by 3

test_allMethod · 0.36
test_temp1Method · 0.36
test_temp2Method · 0.36