GET /api/v1/ports/blaspp/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "blaspp",
"portdir": "math/blaspp",
"version": "2024.10.26",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/icl-utk-edu/blaspp",
"description": "C++ API for the Basic Linear Algebra Subroutines",
"long_description": "C++ API for the Basic Linear Algebra Subroutines",
"active": true,
"categories": [
"science",
"math"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2560
}
],
"variants": [
"debug",
"accelerate",
"atlas",
"blis",
"flexiblas",
"openblas",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"vecLibFort",
"libomp"
]
},
{
"type": "test",
"ports": [
"python312"
]
}
],
"depends_on": []
}