Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ get_ilp64
Function
get_ilp64
tools/openblas_support.py:50–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
def
get_ilp64():
51
if
os.environ.get(
"NPY_USE_BLAS_ILP64"
,
"0"
) ==
"0"
:
52
return
None
53
if
IS_32BIT:
54
raise
RuntimeError(
"NPY_USE_BLAS_ILP64 set on 32-bit arch"
)
55
return
"64_"
56
57
58
def
get_manylinux(arch):
Callers
1
setup_openblas
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected