Isaac Morales Santana
Isaac Morales Santana
Maybe it's useful in order to debug if the workflow fails, also works with --verbose
I've replaced the usage of wget with FetchContent in the CMake files. However, I haven't removed it from the dependencies because there are still bash scripts that depend on it....
This should fix #373. Now the CI ensures that the repository URL is dynamically constructed based on the environment
**Describe the bug** If you fork the repository and create a branch in it, the workflows will fail when you make a pull request. This issue occurs because the workflow...
**Describe the bug** The Discord invitation is expired **To Reproduce** Steps to reproduce the behavior: 1. Go to https://www.biodynamo.org/user-guide 2. Click on Discord
https://github.com/BioDynaMo/biodynamo/blob/2240cecee52990a4f90c7db9eee13e5d78060b4a/cmake/FindROOT.cmake#L149 According to `rootcling --help`, `-c - Deprecated, legacy flag which is ignored.` Should we get rid of it to simplify the code?
**Describe the bug** Sonar Source Analysis fails. **To Reproduce** Steps to reproduce the behavior: 1. Make a fork of BioDynamo on a non-admin account (like mine) 2. Make some commits...
This PR enables C++ Modules in BioDynaMo. IMPORTANT: **Notebooks don't work with this PR** Please don't merge it for now
When running `curl https://biodynamo.github.io/install | bash`, we clone the `v1.04-patches` branch. Last commit on this branch was last year, and it doesn't even support ubuntu 22.04... Should we install biodynamo...
**Describe the bug** In GHA build (macos-14), in the Build BioDynaMo step, CMake try to call `download_verify_extract` function without the SHA. This causes a CMake error. Somehow CMake can't find...