yuzu/externals/vcpkg/ports/blitz/vcpkg.json

23 lines
535 B
JSON
Executable File

{
"name": "blitz",
"version-date": "2020-03-25",
"port-version": 5,
"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
},
{
"name": "vcpkg-tool-python2",
"host": true
}
]
}