vcpkg/ports/blitz/vcpkg.json
2021-11-29 16:52:16 -08:00

19 lines
469 B
JSON

{
"name": "blitz",
"version-string": "2020-03-25",
"port-version": 3,
"description": "Blitz++ is a C++ template class library that provides high-performance multidimensional array containers for scientific computing.",
"homepage": "https://github.com/blitzpp/blitz",
"supports": "!(arm | arm64 | uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}