Skip to content

Branch rpcfix

Keith Thorne requested to merge keith-thorne/advligorts:branch-rpcfix into master

Add FindRPC.cmake to determine if RPC headers, etc are available. First looks for 'libtirpc' from the Transport-Independent RPC (tiprc) package. This was extracted from glibc a while ago and if available can be used. Otherwise looks for /usr/include/rpc/rpc.h indicating that the glibc for this distribution still has the non-default flag set (Debian typically does this) to still include RPC. Certainly in Gentoo and likely in RedHat 8, the default flag is used so this is not present unless tirpc package installed.

It sets variables about RPC header and libraries and adds this in CMakelist.txt for gds, daqd

Merge request reports