Matthias Richter
Matthias Richter
The `o2codechecker.sh` recipe specifies `clang` and `CMake` as dependencies, however `aliDoctor --defaults o2 o2codechecker` reports only about `CMake` ``` SUCCESS: Package CMake will be picked up from the system. ==>...
I'm testing how to set the cmake build type from the defaults file, I want to have RELEASE for all packages but the ones I'm doing development on. Here is...
After running with option --aggressive-cleanup the symlinks for individual packages in `sw/TARS///` are broken as the actual tar files in the `store` are missing. This leads to a problem if...
Dependency `libpythia6.so` is not compiled into `libSimConfig.so` despite of being specified as dependency. See https://github.com/AliceO2Group/AliceO2/pull/1052 for more details on the issue. Needs further investigation to fix the real cause, probably...
*some first ideas on that topic* User story: a processor defines one channel. In one single invocation of the processing callback it want's to send multiple data sets of identical...
Displaying the generated man pages with `man` leads to strangely formatted output, at least it's different from what I'm used to from `man` Doesn't `man` invoke `nroff`directly in order to...