Mattias Ellert
Mattias Ellert
> @ellert thanks for the PR, but it looks like it doesn't work... The tests seem to be run with fail-on-missing. Since most of the builtins have default OFF, I...
That did not help. Even with the default set to ON, the CI tests are run with -Dbuiltin_gtest=Off, so they ignore the default. It seems that the test definition must...
The default blas version in RHEL/Alma/Rocky 9 is flexiblas. All system libraries linked to blas uses (or at least should use) it. This includes the numpy version provided by the...
Some background: https://fedoraproject.org/wiki/Changes/PcreDeprecation https://bugzilla.redhat.com/show_bug.cgi?id=2128369
> pcre2 10.40 (as mentioned in #11395) already comes with a pcre2-config.cmake (https://github.com/PCRE2Project/pcre2/blob/pcre2-10.40/cmake/pcre2-config.cmake.in) file. Can that be used instead of adding FindPCRE2.cmake ? The packaged pcre2 in Fedora and RHEL/CentOS/Rocky/Alma...
RPMs are available in the repository, you can simply use dnf download. Here is a different example: $ dnf download xrootd-devel.x86_64 Senaste kontroll av utgång av metadata: för 0:03:01 sedan...
Download directly from koji. https://kojipkgs.fedoraproject.org//packages/xrootd/5.5.4/1.fc37/x86_64/xrootd-devel-5.5.4-1.fc37.x86_64.rpm
https://packages.fedoraproject.org/pkgs/oidc-agent/
Since due to the above the default value for enable_ws is the empty string, the condition https://github.com/zeromq/libzmq/blob/f0c471aaabb7f619fc0569317e300f28d00a22ec/configure.ac#L642 results in that ws will be enabled by default. To make this explicit...