diff options
| author | Jacob Kahn <jacobkahn1@gmail.com> | 2020-12-04 18:47:00 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-04 16:47:00 -0800 |
| commit | 2835810bfa5fa9ebdf3d47aaa2b31f9426c65f58 (patch) | |
| tree | 9963ee897c7e1d31042d0cd52fdafe054da26f16 /ports/arrayfire/vcpkg.json | |
| parent | 85739301a8e27fa5edc9ab9fb9111e839af3f046 (diff) | |
| download | vcpkg-2835810bfa5fa9ebdf3d47aaa2b31f9426c65f58.tar.gz vcpkg-2835810bfa5fa9ebdf3d47aaa2b31f9426c65f58.zip | |
[arrayfire] Update port to fix cuSparse issue with CUDA 10.1 (#14911)
Diffstat (limited to 'ports/arrayfire/vcpkg.json')
| -rw-r--r-- | ports/arrayfire/vcpkg.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/arrayfire/vcpkg.json b/ports/arrayfire/vcpkg.json index ee80e879d..d2dd8b308 100644 --- a/ports/arrayfire/vcpkg.json +++ b/ports/arrayfire/vcpkg.json @@ -1,6 +1,7 @@ { "name": "arrayfire", "version-string": "3.7.3", + "port-version": 2, "description": "ArrayFire is a general-purpose library that simplifies the process of developing software that targets parallel and massively-parallel architectures including CPUs, GPUs, and other hardware acceleration devices.", "supports": "x64", "dependencies": [ |
