mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:18:59 +08:00
9b8ec3ef37
* [blaze] fix mac arm build * Update versions/b-/blaze.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
20 lines
430 B
JSON
20 lines
430 B
JSON
{
|
|
"name": "blaze",
|
|
"version": "3.8.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",
|
|
"lapack",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|