Bug 1301922 - scalapack-openmpi incorrect Provides
Summary: scalapack-openmpi incorrect Provides
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: scalapack
Version: el6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-26 11:52 UTC by marcindulak
Modified: 2016-02-13 19:42 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-02-13 19:42:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description marcindulak 2016-01-26 11:52:23 UTC
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:

Comment 1 marcindulak 2016-02-13 19:42:10 UTC
EPEL6 still needs explicit Requires for libraries like: scalapack-{openmpi, mpich}, hdf5-{openmpi,mpich}, etc.


Note You need to log in before you can comment on or make changes to this bug.