Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
def
get_musllinux(arch):
68
musl_ver =
"1_1"
69
suffix = f
'musllinux_{musl_ver}_{arch}.tar.gz'
70
return
suffix
71
72
73
def
get_linux(arch):
Callers
2
get_linux
Function · 0.85
download_openblas
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected