RoboStack / ros-galactic

Vinca build files for ROS 2 Galactic Geochelone
https://robostack.github.io
21 stars 14 forks source link

[macos] overlinking accelerate / veclib #39

Closed wolfv closed 2 years ago

wolfv commented 3 years ago

For some reason some packages seem to overlink the macOS vecLib / BLAS implementation. That's conflicting with the conda-forge one.

It could be related to OGRE RenderSystem GL.

But it also appeared in other places (seemingly during activation when building bond: https://dev.azure.com/robostack/ros_pipelines/_build/results?buildId=2418&view=logs&j=89dee4d5-4df7-5a48-779f-4e93227829ad&t=7e57ab76-f309-5e14-5729-adf2fefbf37d&l=5176 )

Tobias-Fischer commented 3 years ago

Reason is that DYLD_LIBRARY_PATH needs to be removed. Patches are already there but packages need rebuilding.

Tobias-Fischer commented 2 years ago

All OSX packages are rebuilt - this shouldn't happen anymore.