mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
e676f024aa
* update blaze * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
20 lines
430 B
JSON
20 lines
430 B
JSON
{
|
|
"name": "blaze",
|
|
"version": "3.8.2",
|
|
"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",
|
|
"lapack",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|