From 09b769bf5e8d88efd5a3d062a5144d5bf850c8a6 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 12 May 2020 00:57:50 +0200 Subject: [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. --- ports/eigen3/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/eigen3/CONTROL') 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. -- cgit v1.2.3