Cristian Le
Cristian Le
If I read this part correctly https://github.com/xtensor-stack/xtl/blob/174e99da6e27c3ee5837fb74e7e65330af4cd2a6/test/CMakeLists.txt#L120-L135 The ctest would run eact test twice, once in `xtest` and once in `${targetname}`. Why not get rid of the former? Also the...
I've had some time to update my dev-env container and strip out the unused toolchains to make it load faster. I've also updated them to F42 which will test gcc-15...
First PR in the refactoring series. Use modern design for creating the `Config.cmake` file. Depends-on: #123, #125 Fixes #109 (Mostly, the targets created and exported are still not visible, but...
Closes https://github.com/fedora-infra/noggin/issues/1538 (afaict?)
Currently there are no free-form urls that we can publish other official/social account links. But with the growth and our collaboration with codeberg, we should start advertising those accounts as...
### What feature do you want to see added? Afaict the current usages of `lock` is to prevent subsequent runs from entering the current code section. However, I am trying...
Related to my recommendation in https://github.com/mamba-org/mamba/pull/3815#issuecomment-2651494174 To get this working, you would need to install the [`packit-app`](https://packit.dev/docs/guide#github). The main contributors might be pinged about requiring a Fedora account, but that...
Similar to the `latest`, but avoid checking for `.prerelease` in https://github.com/jwlawson/actions-setup-cmake/blob/09fd9b0fb3b239b4b68d9256cd65adf8d6b91da0/src/version.ts#L197
The ExternalProject approach causes so many problems especially for downstream packaging because it is harder to override with manually extracted sources. For reference with FetchContent there's `FETCHCONTENT_SOURCE_DIR_` which can be...
## Description ExternalProject approach has various downsides, such as being run at build time instead of configure time, high degree of inflexibility and complexity. Modern CMake design encourages using FetchContent...