aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/blitz/vcpkg.json
blob: bedb8f61a3684270bfdadfb418073bacac970b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "blitz",
  "version-date": "2020-03-25",
  "port-version": 7,
  "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
    }
  ]
}