Silvio Traversaro

Results 1985 comments of Silvio Traversaro

For `qpsolvers-eigen` I implemented yet another improvement, that I think is quite convenient and permits us to avoid setting any env variables, at least in most cases. The main library...

In https://github.com/gazebosim/gz-cmake/pull/313 I provided a minimally invasive change. The tricky aspect is that (as far as I know) once you shadowed a `Find.cmake` module, there is no way to call...

> Protobuf installs config mode cmake files https://cmake.org/cmake/help/latest/command/find_package.html#search-modes using them would sort out abseil related issues as it would add the linked libraries to the targets. Protobuf packaged for all...

> Got here after looking at protobuf breakage in ignition-msgs on Gentoo. > > Some context https://bugs.gentoo.org/909081 https://bugs.gentoo.org/912792 If I am not wrong, this should be fixed by https://github.com/gazebosim/gz-msgs/pull/346 (we...

To avoid that, in conda-forge recipes we pass the `CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP` option, see https://github.com/conda-forge/libignition-math4-feedstock/blob/31df1d0d6d4f6d372061a8e4ce45d5923468a5f4/recipe/bld.bat#L8 .

Note that this is due to https://github.com/ignitionrobotics/ign-cmake/blob/c34873d6c6bb301d5a865497483f4399d84c28b8/cmake/IgnPackaging.cmake#L58 .

> > > **Original comment by Silvio Traversaro (Bitbucket: [traversaro](https://bitbucket.org/%7B34f404cb-5642-4f27-a032-e04c7143d776%7D/)).** > > Another option that it may be useful related to configuration of dependency is an option to explicitly request...

This is the upstream issue: https://github.com/conda-forge/cmake-feedstock/issues/192 .

Fixed by https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/533 .