Marcus Müller
Marcus Müller
seeing that this fails on *every* Linux distro, converting it to a draft PR. @LecrisUT we don't do anything fancy with CMake in CI: ```shell cmake \ -DENABLE_DEFAULT=On \ -DENABLE_DOXYGEN=Off...
> cmake --install --prefix in that case, we'd want sysconfdir to refer to what was specified as `CMAKE_INSTALL_PREFIX` at configure time, not the prefix at install time. (this is how...
> The issue here is if at configure time they specify CMAKE_INSTALL_PREFIX=${HOME} and then move it to --prefix /usr or some other way that changes how CMAKE_INSTALL_SYSCONFDIR is computed If...
Could you fix gnuradio-runtime/python/gnuradio/gr/bindings/constants_python.cc (either by updating the md5 file hash in it manually , or by running gr-utils/bindtool/scripts/binding-hash-hotfixer.zsh on it)?
> Love to see some CMake modernization, so great for that, but I'm compelled to point out that removing `GrPlatform` will break every out-of-tree module (until they get updated, but...
From the Debian side of things, it seems that this also applies cleanly to the maint-3.10 branch; it builds and installs as before¹. In other words, this is backportable at...
Something I just noticed now, doing a `ninja install` from a build directory that I just previously ran `ninja` from: With this branch, `ninja` always has to link all executables,...
> And at the install phase it is doing a build again? not a full build, but a new build of most */all targets (i.e., the linking of shared libraries)...
hm, please ignore for now. This behaviour seems to differ, depending on which cmake options I use. So, probably really a problem on my end.
That was a fun bisection exercise! (this time, halving my default cmake flag list successively until I identified the offending option) `-DENABLE_PERFORMANCE_COUNTERS=Off` leads to this behaviour. That's indeed a bit...