Bug 712352

Summary: A link is missing in the package scalapack-openmpi
Product: [Fedora] Fedora Reporter: Dominique Delande <Dominique.Delande>
Component: scalapackAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 15CC: dakingun, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-29 19:44:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Dominique Delande 2011-06-10 11:49:17 UTC
Description of problem: After installing the package scalapack-openmpi,
a link from  libscalapack.so.1.0.0 to libscalapack.so is missing
in /usr/lib64/scalapack-openmpi.
Setting manually the link fixes the problem. 
By the way, it would be more logical to put the library
in /usr/lib64/openmpi/lib, where the blacs library already are.


Version-Release number of selected component (if applicable):
scalapack-openmpi-1.7.5-13.fc15.x86_64


How reproducible: 100%


Steps to Reproduce:
1. Install scalapack-openmpi-1.7.5-13.fc15.x86_64
2. Go to /usr/lib64/scalapack-openmpi
3. ls -l shows that a link is missing
  
Actual results: cannot load the scalapack library


Expected results:


Additional info:

Comment 1 Tom "spot" Callaway 2011-06-29 19:44:44 UTC
So, this isn't valid. Nothing should be trying to load the unversioned .so at runtime. That link exists in the scalapack-openmpi-devel package, but you should only need that link to compile things against scalapack-openmpi, not to simply use it (hence, the separation).