{
  "name": "clblast",
  "version": "1.5.2",
  "port-version": 1,
  "description": "A modern, lightweight, performant and tunable OpenCL BLAS library written in C++11.",
  "homepage": "https://github.com/CNugteren/CLBlast",
  "supports": "!static",
  "dependencies": [
    "opencl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}