aboutsummaryrefslogtreecommitdiff
path: root/ports/eigen3/CONTROL
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-07-15 16:04:08 -0700
committerGitHub <noreply@github.com>2020-07-15 16:04:08 -0700
commite59e5a417c1460f3cf3d3772d057ec4e7c2247d5 (patch)
tree0fdd71c9533241768a9b4a38e3d739627f0e4a72 /ports/eigen3/CONTROL
parentfc761ebb72a40574200b6b99e81458ead68da12a (diff)
downloadvcpkg-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/CONTROL3
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.