blob: 19a46638cbd977a9434c080f99c5c2813919a633 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "blaze",
"version-string": "3.8",
"port-version": 2,
"description": "Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic.",
"homepage": "https://bitbucket.org/blaze-lib/blaze",
"dependencies": [
"boost-exception",
"lapack"
]
}
|