Cannot install el7 version for aarch64
I am trying to build LHCb software in an el7 docker container and I need to install HEP_OSlibs. However the version currently available does not install
[root@olarm-203 bash] /workspace> yum localinstall HEP_OSlibs-7.3.4-1.el7.cern.aarch64.rpm
...
--> Finished Dependency Resolution
Error: Package: HEP_OSlibs-7.3.4-1.el7.cern.aarch64 (/HEP_OSlibs-7.3.4-1.el7.cern.aarch64)
Requires: compat-libf2c-34(aarch-64)
Error: Package: HEP_OSlibs-7.3.4-1.el7.cern.aarch64 (/HEP_OSlibs-7.3.4-1.el7.cern.aarch64)
Requires: compat-libgfortran-41(aarch-64)
Error: Package: HEP_OSlibs-7.3.4-1.el7.cern.aarch64 (/HEP_OSlibs-7.3.4-1.el7.cern.aarch64)
Requires: openssl098e(aarch-64)
Error: Package: HEP_OSlibs-7.3.4-1.el7.cern.aarch64 (/HEP_OSlibs-7.3.4-1.el7.cern.aarch64)
Requires: compat-libstdc++-33(aarch-64)
Error: Package: HEP_OSlibs-7.3.4-1.el7.cern.aarch64 (/HEP_OSlibs-7.3.4-1.el7.cern.aarch64)
Requires: compat-glibc-headers(aarch-64)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@olarm-203 bash] /workspace> yum install compat-libf2c-34
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
* base: mirror.init7.net
* epel: linuxsoft.cern.ch
* extras: mirror.init7.net
* updates: mirror.init7.net
No package compat-libf2c-34 available.
Error: Nothing to do
[root@olarm-203 bash] /workspace> more /etc/redhat-release
CentOS Linux release 7.9.2009 (AltArch)