aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fastor/vcpkg.json
blob: 47743b464ffb8d8b51c331ffd51e363a81abdf7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "fastor",
  "version": "0.6.4",
  "description": "a high performance tensor library for modern C++",
  "homepage": "https://github.com/romeric/Fastor",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}