Installing via YUM¶
We provide YUM repositories of the IPbus software (pre-built binaries + configuration files) for RedHat 7, 8 and 9, for AMD64 and ARM64 machines. We also have a YUM repository for RedHat 7 on ARMv7. These same repositories can also be used for equivalent RedHat-derivative operating systems, e.g. CentOS7, 8 and 9, Alma/Rocky 8 and 9. These YUM repositories should be used wherever possible. If you want to help on the development - then you should check the compile from source instructions.
If you already have a previous version of the IPbus suite (i.e. v2.0.0 to v2.7.9) installed on your computer, first uninstall this old version:
Ensure that the EPEL YUM repository has been added, and is enabled. E.g. you can add this on RedHat/CentOS/Alma/Rocky 8 or 9 as follows:
Download the appropriate YUM repo file, and copy to
/etc/yum.repos.d/
, renaming toipbus-sw.repo
:For RedHat/CentOS7: Two builds are available …
Compiler: GCC4. Dependencies: boost 1.53 and pugiXML 1.8 (from EPEL repos):
Compiler: GCC8. Dependencies: boost 1.66 and pugiXML 1.9 (provided in the IPbus repo)):
For RedHat/CentOS/Alma/Rocky 8:
For RedHat/Alma/Rocky 9:
Install the software:
To just install uHAL:
To just install the ControlHub:
To install both uHAL and the ControlHub:
Note: On CentOS7, the debug info for libraries and executables (used e.g. to show stack traces in
gdb
) is packaged in a different set of RPMs, that belong to theuhal-debug
YUM group. These RPMs can be installed on CentOS7 as follows:
N.B. The IPbus software RPMs install almost all of their files under /opt/cactus
. So when running applications that use uHAL, you need to update your environment variables accordingly: