diff options
Diffstat (limited to 'ports/cuda')
| -rw-r--r-- | ports/cuda/CONTROL | 5 | ||||
| -rw-r--r-- | ports/cuda/vcpkg.json | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/cuda/CONTROL b/ports/cuda/CONTROL deleted file mode 100644 index d9719ab40..000000000 --- a/ports/cuda/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: cuda -Version: 10.1 -Port-Version: 7 -Description: A parallel computing platform and programming model -Homepage: https://developer.nvidia.com/cuda-toolkit diff --git a/ports/cuda/vcpkg.json b/ports/cuda/vcpkg.json new file mode 100644 index 000000000..a448794d3 --- /dev/null +++ b/ports/cuda/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "cuda", + "version-string": "10.1", + "port-version": 8, + "description": "A parallel computing platform and programming model", + "homepage": "https://developer.nvidia.com/cuda-toolkit" +} |
