early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/blaze/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/blaze/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user