GET /api/v1/ports/py39-mkl/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py39-mkl",
"portdir": "python/py-mkl",
"version": "2023.1.0",
"license": "Restrictive/Distributable",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/mkl",
"description": "Math library for Intel and compatible processors",
"long_description": "Math library for Intel and compatible processors",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 193
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-pip",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"tbb",
"libomp",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-pytorch",
"py39-mkl-include"
]
}
]
}