Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292408 - Proposal for more detailed description if fortran.eclass cannot find fortran compiler
Summary: Proposal for more detailed description if fortran.eclass cannot find fortran ...
Status: RESOLVED DUPLICATE of bug 361591
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-08 17:11 UTC by pille
Modified: 2011-04-01 12:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pille 2009-11-08 17:11:40 UTC
when emerging sci-libs/blas-reference-20070226 without a fortran compiler installed, you'll get the notice to install this build time dependency:
  * None of the needed Fortran Compilers (g77 gfortran ifc) is installed.
  * To install one of these, choose one of the following steps:
  * [1] USE="fortran" emerge =sys-devel/gcc-3*
  * [2] USE="fortran" emerge =sys-devel/gcc-4*
  * [3] emerge dev-lang/ifc

my first point is the question, why this isn't represented by the fortran use flag.
my second point concerns the bad practise described in [1] and [2].
Comment 1 emerald 2009-11-08 17:17:04 UTC
The blas libraries are fortran libraries by nature, the c ones are the cblas libraries. So what's the point in a fortran useflag for a fortran-only package?
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2011-04-01 12:33:50 UTC
Eclass is obsolete.

*** This bug has been marked as a duplicate of bug 361591 ***