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

Function get_musllinux

tools/openblas_support.py:67–70  ·  view source on GitHub ↗
(arch)

Source from the content-addressed store, hash-verified

65
66
67def get_musllinux(arch):
68 musl_ver = "1_1"
69 suffix = f'musllinux_{musl_ver}_{arch}.tar.gz'
70 return suffix
71
72
73def get_linux(arch):

Callers 2

get_linuxFunction · 0.85
download_openblasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected