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