-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ninja
in the build directory of the superbuild does not recompile all the projects
#1700
Comments
Repro steps
Then I had the necessity to use a different fork for Now, returning in the The only way I found to force the recompilation is cd inside the conda list
|
Here's also the |
Were you able to reproduce this by following the reported step? |
I just cloned the superbuild and created a new conda environment from scratch, then i followed the steps above and reproduced it. conda list
|
Great, can you provide me the exact commands you used to produce the conda environment? https://github.com/robotology/robotology-superbuild?tab=readme-ov-file#linux-macos-or-windows-from-source-with-dependencies-provided-by-conda-forge contains a lot of commands depending on the options enabled. |
Sure, here it is: conda create -n debug_robsub conda activate debug_robsub conda install -c conda-forge ace asio assimp boost cli11 eigen freetype glew glfw glm graphviz gsl ipopt irrlicht libjpeg-turbo libmatio libode libxml2 nlohmann_json qhull "pcl>=1.11.1" "libopencv>=4.10.0" opencv portaudio qt-main sdl sdl2 sqlite tinyxml tinyxml2 spdlog lua soxr qhull cmake compilers make ninja pkg-config tomlplusplus libzlib "ffmpeg==6.*" onnxruntime-cpp bash-completion freeglut libdc1394 libi2c libselinux-cos7-x86_64 xorg-libxau libxcb xorg-libxdamage xorg-libxext xorg-libxfixes xorg-libxxf86vm xorg-libxrandr mesa-libgl-cos7-x86_64 mesa-libgl-devel-cos7-x86_64 libxshmfence-cos7-x86_64 libxshmfence-devel-cos7-x86_64 gz-sim8 |
I reproduced and fixed the issue in robotology/ycm-cmake-modules#462 . To be honest, I have no idea how this ever worked at all. |
@xela-95 can you test after robotology/ycm-cmake-modules#462 ? Thanks! |
Fixed by robotology/ycm-cmake-modules#462 (according to my tests), please re-open if that is not the case. |
This is something that happened once with @LoreMoretti , but we were not able to reproduce.
The text was updated successfully, but these errors were encountered: