MCPcopy 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
50def 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
58def get_manylinux(arch):

Callers 1

setup_openblasFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected