22 lines
535 B
JSON
Executable file
22 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
|
|
}
|
|
]
|
|
}
|