Description of problem: Actually I don't know what is going on here, but I see the following: I have a new package bug #1282893 which should link to scalapack. The package is in EPEL testing, but installs with scalapack-openmpi missing: $ yum -y install https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm $ yum -y install --enablerepo=epel-testing quantum-espresso-openmpi quantum-espresso-mpich quantum-espresso $ . /etc/profile.d/modules.sh $ module load openmpi-x86_64 $ which pw.x_openmpi /usr/lib64/openmpi/bin/pw.x_openmpi $ ldd /usr/lib64/openmpi/bin/pw.x_openmpi | grep "not found" libscalapack.so.2 => not found $ yum provides libscalapack.so.2 scalapack-mpich-2.0.2-6.el6.i686 : ScaLAPACK libraries compiled against mpich $ uname -m x86_64 Is scalapack.so Requires being taken care of by rpmbuild on EPEL6 or should I still use Requires: scalapack-openmpi in my spec file? Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
EPEL6 still needs explicit Requires for libraries like: scalapack-{openmpi, mpich}, hdf5-{openmpi,mpich}, etc.