diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-07-15 16:04:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 16:04:08 -0700 |
| commit | e59e5a417c1460f3cf3d3772d057ec4e7c2247d5 (patch) | |
| tree | 0fdd71c9533241768a9b4a38e3d739627f0e4a72 /ports/eigen3/CONTROL | |
| parent | fc761ebb72a40574200b6b99e81458ead68da12a (diff) | |
| download | vcpkg-e59e5a417c1460f3cf3d3772d057ec4e7c2247d5.tar.gz vcpkg-e59e5a417c1460f3cf3d3772d057ec4e7c2247d5.zip | |
[eigen3] Fix eigen3 and cuda compatibility issue (#12279)
* [eigen3] Fix eigen3 and cuda compatibility issue
* forgot to apply patch
* Update ports/eigen3/portfile.cmake
* Update ports/eigen3/portfile.cmake
Diffstat (limited to 'ports/eigen3/CONTROL')
| -rw-r--r-- | ports/eigen3/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/eigen3/CONTROL b/ports/eigen3/CONTROL index f76900517..9a60167d2 100644 --- a/ports/eigen3/CONTROL +++ b/ports/eigen3/CONTROL @@ -1,4 +1,5 @@ Source: eigen3 -Version: 3.3.7-5 +Version: 3.3.7 +Port-Version: 6 Homepage: http://eigen.tuxfamily.org Description: C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. |
