Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_extension
Method · 0.45
test_all
Method · 0.45
test_temp1
Method · 0.45
test_temp2
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_all
Method · 0.36
test_temp1
Method · 0.36
test_temp2
Method · 0.36