Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125682 - atlas-3.6.0 fails with GCC-4 on g77
Summary: atlas-3.6.0 fails with GCC-4 on g77
Status: RESOLVED DUPLICATE of bug 121855
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-10 02:09 UTC by Sebastiaan
Modified: 2006-03-10 02:21 UTC (History)
0 users

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 Sebastiaan 2006-03-10 02:09:12 UTC
Hi,

since g77 is replaced by gfortran in gcc-4, ATLAS fails to build on these systems because g77 cannot be found. I would recommend something like this in the ebuild (this assumes that fortran is installed):

        echo "023" > answer
        echo "" >> answer
        echo "" >> answer
        echo "" >> answer
        echo "" >> answer
        echo "" >> answer
        echo "" >> answer
        echo "" >> answer
        echo "" >> answer
        echo "" >> answer
        echo "" >> answer
        if [ ! -f g77 ]; then
                echo "gfortran" >> answer
                echo "" >> answer
        else
                echo "" >> answer
        fi
        echo "" >> answer
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-10 02:21:51 UTC

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