zeek/auxil/vcpkg/ports/blaze/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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"
}
}
}