35 lines
685 B
JSON
35 lines
685 B
JSON
{
|
|
"name": "blaze",
|
|
"version": "3.8.2",
|
|
"port-version": 1,
|
|
"description": "Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic.",
|
|
"homepage": "https://bitbucket.org/blaze-lib/blaze",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"boost-exception",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"lapack",
|
|
"openmp"
|
|
],
|
|
"features": {
|
|
"lapack": {
|
|
"description": "LAPACK support",
|
|
"dependencies": [
|
|
"lapack"
|
|
]
|
|
},
|
|
"openmp": {
|
|
"description": "OpenMP support"
|
|
}
|
|
}
|
|
}
|