Bug 109079
| Summary: | blas/lapack packages require a dependency on libf2c package | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Satish Balay <balay> |
| Component: | lapack | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-01-05 17:04:53 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Fixed in lapack-3.0-23. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031016 Epiphany/1.0.4 Description of problem: blas,lapack are compiled with g77 - and hence have a dependency on -lg2c - which is part of libf2c package Version-Release number of selected component (if applicable): blas-3.0-22, lapack-3.0-22 How reproducible: Always Steps to Reproduce: 1. install blas (for eg: yum install blas) 2. 3. Actual Results: /usr/lib/libg2c.so.0 is not installed (because there is no depencency from blas to libf2c Expected Results: the following packages should be installed libf2c blas Additional info: Could you add in the pacakge depencency between 'blas' and 'libf2c' because - this depencency is real - and without -lf2c -lblas is not useable Also, additionally - a build dependency can be added for gcc-g77 - as without this package (i.e without g77) lapack.src.rpm cannot be compiled