aboutsummaryrefslogtreecommitdiff
path: root/ports/eigen3/CONTROL
diff options
context:
space:
mode:
authorSilvio Traversaro <silvio.traversaro@iit.it>2020-05-12 00:57:50 +0200
committerGitHub <noreply@github.com>2020-05-11 15:57:50 -0700
commit09b769bf5e8d88efd5a3d062a5144d5bf850c8a6 (patch)
treefff4663895046688be7bc8a9b387b6b2b6a66fda /ports/eigen3/CONTROL
parenta64cf52dd52a001957a5e6e315cdf7188c2842ca (diff)
downloadvcpkg-09b769bf5e8d88efd5a3d062a5144d5bf850c8a6.tar.gz
vcpkg-09b769bf5e8d88efd5a3d062a5144d5bf850c8a6.zip
[eigen3] [ignition-modularscripts] Fix installed pkgconfig files (#11270)
* [eigen3] Fix generated pkgconfig files * [ignition-cmake2] Update to C++ library Now ignition-cmake also installs a C++ library, so it is possible to remove code specific for CMake-only ports. * [ignition-modularscripts] Fix pkgconfig files installed by ignition libraries Use the new function vcpkg_fixup_pkgconfig to fix the installed .pc pkgconfig files of the ignition libraries. As ignition-fuel-tools1 depends on curl that has a broken pkg-config file, disable installation of its pkg-config files.
Diffstat (limited to 'ports/eigen3/CONTROL')
-rw-r--r--ports/eigen3/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/eigen3/CONTROL b/ports/eigen3/CONTROL
index b612dc881..f76900517 100644
--- a/ports/eigen3/CONTROL
+++ b/ports/eigen3/CONTROL
@@ -1,4 +1,4 @@
Source: eigen3
-Version: 3.3.7-4
+Version: 3.3.7-5
Homepage: http://eigen.tuxfamily.org
Description: C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.