Guillaume Paran
Guillaume Paran
Parent modules must always interface the same libraries. e.g. Sofa.Component.dll must always be the same Thus, if some of its child modules are disabled, parent module will not generate a...
When trying to re-enable SofaCUDA on our Linux CI, I faced some namespace errors due to NG work. Hope my fixes are good. ______________________________________________________ By submitting this pull request, I...
Based on the images here: https://hub.docker.com/r/sofaframework/sofa_nightly_ubuntu/tags I can execute runSofa successfully with a Ubuntu host. I want it to also work with a Windows or a MacOS host. I also...
Following #2719, here is the version with forced comments. Command executed: ```bash ./scripts/doxygenDataComments.sh --force . ``` Happy reviewing :sweat_smile: ______________________________________________________ By submitting this pull request, I acknowledge that **I have...
WARNING: this will break SofaPython3. I'm working on it. Before, when 2 nested packages had `RELOCATABLE "plugins"`, the 2nd was installed in CMAKE_INSTALL_PREFIX/plugins/FirstPackage/plugins/SecondPackage. Now, the RELOCATABLE argument, if relative, will...
https://github.com/jnbrunet/caribou TODOs: - Ensure in-tree and out-of-tree builds and tests are passing - Use SOFA macros in the plugin part (SofaCaribou) - Ensure proper relocatable installation for integration in future...
FFMPEG executable path should be part of the SofaVideoRecorderManager (GUI) and a ffmpeg.ini should be used in `config/` to remember latest path used. See https://github.com/sofa-framework/sofa/pull/1177#issuecomment-547846519